VolumeSpecification class

EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.

Constructors

VolumeSpecification({required int sizeInGB, required String volumeType, int? iops})
VolumeSpecification.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
iops int?
The number of I/O operations per second (IOPS) that the volume supports.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeInGB int
The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.
final
volumeType String
The volume type. Volume types supported are gp2, io1, standard.
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