VolumeConfiguration class
Describes an Amazon EBS volume configuration.
Constructors
Properties
- encrypted → bool?
-
Specifies whether an Amazon EBS volume is encrypted. For more information,
see Amazon
EBS Encryption.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iops → int?
-
For PIOPS volumes, the IOPS per disk.
final
- mountPoint → String
-
The volume mount point. For example "/dev/sdh".
final
- numberOfDisks → int
-
The number of disks in the volume.
final
- raidLevel → int?
-
The volume RAID
level.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
The volume size.
final
- volumeType → String?
-
The volume type. For more information, see
Amazon EBS Volume Types.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited