EBSOptions class
Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see Configuring EBS-based Storage.
Constructors
- EBSOptions({bool? eBSEnabled, int? iops, int? volumeSize, VolumeType? volumeType})
-
EBSOptions.fromJson(Map<
String, dynamic> json) -
factory
Properties
- eBSEnabled → bool?
-
Specifies whether EBS-based storage is enabled.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iops → int?
-
Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- volumeSize → int?
-
Integer to specify the size of an EBS volume.
final
- volumeType → VolumeType?
-
Specifies the volume type for EBS-based storage.
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