EBSOptions class
Options to enable, disable, and specify the properties of EBS storage volumes.
Constructors
- EBSOptions({bool? eBSEnabled, int? iops, int? volumeSize, VolumeType? volumeType})
-
EBSOptions.fromJson(Map<
String, dynamic> json) -
factory
Properties
- eBSEnabled → bool?
-
Whether EBS-based storage is enabled.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iops → int?
-
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?
-
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