@Stability(value=Experimental) @Internal public static final class EbsDeviceOptionsBase.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EbsDeviceOptionsBase
EbsDeviceOptionsBasesoftware.amazon.jsii.JsiiObject.InitializationModeEbsDeviceOptionsBase.Builder, EbsDeviceOptionsBase.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean deleteOnTermination,
Number iops,
EbsDeviceVolumeType volumeType)
Constructor that initializes the object based on literal property values passed by the
EbsDeviceOptionsBase.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) |
Boolean |
getDeleteOnTermination()
(experimental) Indicates whether to delete the volume when the instance is terminated.
|
Number |
getIops()
(experimental) The number of I/O operations per second (IOPS) to provision for the volume.
|
EbsDeviceVolumeType |
getVolumeType()
(experimental) The EBS 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(Boolean deleteOnTermination, Number iops, EbsDeviceVolumeType volumeType)
EbsDeviceOptionsBase.Builder.public final Boolean getDeleteOnTermination()
EbsDeviceOptionsBaseDefault: - true for Amazon EC2 Auto Scaling, false otherwise (e.g. EBS)
getDeleteOnTermination in interface EbsDeviceOptionsBasepublic final Number getIops()
EbsDeviceOptionsBaseMust only be set for {@link volumeType}: {@link EbsDeviceVolumeType.IO1}
The maximum ratio of IOPS to volume size (in GiB) is 50:1, so for 5,000 provisioned IOPS, you need at least 100 GiB storage on the volume.
Default: - none, required for EbsDeviceVolumeType.IO1
getIops in interface EbsDeviceOptionsBasehttps://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.htmlpublic final EbsDeviceVolumeType getVolumeType()
EbsDeviceOptionsBase
Default: EbsDeviceVolumeType.GP2
getVolumeType in interface EbsDeviceOptionsBasehttps://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.