@Stability(value=Stable) @Internal public static final class CfnInstance.EbsBlockDeviceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnInstance.EbsBlockDeviceProperty
CfnInstance.EbsBlockDevicePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnInstance.EbsBlockDeviceProperty.Builder, CfnInstance.EbsBlockDeviceProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnInstance.EbsBlockDeviceProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnInstance.BlockDeviceMappingProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getDeleteOnTermination()
Whether the volume is deleted on instance termination.
|
Number |
getIops()
The number of I/O operations per second (IOPS) that the volume supports.
|
String |
getSnapshotId()
The snapshot ID.
|
Number |
getVolumeSize()
The volume size, in GiB.
|
String |
getVolumeType()
The volume type.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnInstance.EbsBlockDeviceProperty.Builder builder)
CfnInstance.BlockDeviceMappingProperty.Builder.public final Object getDeleteOnTermination()
CfnInstance.EbsBlockDevicePropertygetDeleteOnTermination in interface CfnInstance.EbsBlockDevicePropertypublic final Number getIops()
CfnInstance.EbsBlockDevicePropertyFor more information, see EbsBlockDevice .
getIops in interface CfnInstance.EbsBlockDevicePropertypublic final String getSnapshotId()
CfnInstance.EbsBlockDevicePropertygetSnapshotId in interface CfnInstance.EbsBlockDevicePropertypublic final Number getVolumeSize()
CfnInstance.EbsBlockDevicePropertyFor more information, see EbsBlockDevice .
getVolumeSize in interface CfnInstance.EbsBlockDevicePropertypublic final String getVolumeType()
CfnInstance.EbsBlockDeviceProperty
gp2 for General Purpose (SSD) volumes, io1 for Provisioned IOPS (SSD) volumes, st1 for Throughput Optimized hard disk drives (HDD), sc1 for Cold HDD,and standard for Magnetic volumes.
If you specify the io1 volume type, you must also specify a value for the Iops attribute. The maximum ratio of provisioned IOPS to requested volume size (in GiB) is 50:1. AWS uses the default volume size (in GiB) specified in the AMI attributes to set IOPS to 50 x (volume size).
getVolumeType in interface CfnInstance.EbsBlockDeviceProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.