GetInstanceEbsBlockDevice class
Constructors
-
GetInstanceEbsBlockDevice({required Input<
bool> deleteOnTermination, required Input<String> deviceName, required Input<bool> encrypted, required Input<int> iops, required Input<String> kmsKeyId, required Input<String> snapshotId, required Input<Map< tags, required Input<String, String> >int> throughput, required Input<String> volumeId, required Input<int> volumeSize, required Input<String> volumeType}) -
Creates a new GetInstanceEbsBlockDevice.
deleteOnTerminationIf the root block device will be deleted on termination.deviceNamePhysical name of the device.encryptedIf the EBS volume is encrypted.iops0If the volume is not a provisioned IOPS image, otherwise the supported IOPS count.kmsKeyIdRequired.snapshotIdID of the snapshot.tagsMap of tags assigned to the Instance.throughputThroughput of the volume, in MiB/s.volumeIdRequired.volumeSizeSize of the volume, in GiB.volumeTypeType of the volume.const -
GetInstanceEbsBlockDevice.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
deleteOnTermination
→ Input<
bool> -
If the root block device will be deleted on termination.
final
-
deviceName
→ Input<
String> -
Physical name of the device.
final
-
encrypted
→ Input<
bool> -
If the EBS volume is encrypted.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
iops
→ Input<
int> -
0If the volume is not a provisioned IOPS image, otherwise the supported IOPS count.final -
kmsKeyId
→ Input<
String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
snapshotId
→ Input<
String> -
ID of the snapshot.
final
-
Map of tags assigned to the Instance.
final
-
throughput
→ Input<
int> -
Throughput of the volume, in MiB/s.
final
-
volumeId
→ Input<
String> -
final
-
volumeSize
→ Input<
int> -
Size of the volume, in GiB.
final
-
volumeType
→ Input<
String> -
Type of the volume.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited