GetInstanceRootBlockDevice class

Constructors

GetInstanceRootBlockDevice({required Input<bool> deleteOnTermination, required Input<String> deviceName, required Input<bool> encrypted, required Input<int> iops, required Input<String> kmsKeyId, required Input<Map<String, String>> tags, required Input<int> throughput, required Input<String> volumeId, required Input<int> volumeSize, required Input<String> volumeType})
Creates a new GetInstanceRootBlockDevice. deleteOnTermination If the root block device will be deleted on termination. deviceName Physical name of the device. encrypted If the EBS volume is encrypted. iops 0 If the volume is not a provisioned IOPS image, otherwise the supported IOPS count. kmsKeyId Required. tags Map of tags assigned to the Instance. throughput Throughput of the volume, in MiB/s. volumeId Required. volumeSize Size of the volume, in GiB. volumeType Type of the volume.
const
GetInstanceRootBlockDevice.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>
0 If 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
tags → Input<Map<String, String>>
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