@Stability(value=Stable) @Internal public static final class EbsDeviceSnapshotOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EbsDeviceSnapshotOptions
EbsDeviceSnapshotOptionssoftware.amazon.jsii.JsiiObject.InitializationModeEbsDeviceSnapshotOptions.Builder, EbsDeviceSnapshotOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(EbsDeviceSnapshotOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
EbsDeviceSnapshotOptions.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()
Indicates whether to delete the volume when the instance is terminated.
|
Number |
getIops()
The number of I/O operations per second (IOPS) to provision for the volume.
|
Number |
getVolumeSize()
The volume size, in Gibibytes (GiB).
|
EbsDeviceVolumeType |
getVolumeType()
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(EbsDeviceSnapshotOptions.Builder builder)
EbsDeviceSnapshotOptions.Builder.public final Number getVolumeSize()
EbsDeviceSnapshotOptionsIf you specify volumeSize, it must be equal or greater than the size of the snapshot.
Default: - The snapshot size
getVolumeSize in interface EbsDeviceSnapshotOptionspublic 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 EbsDeviceOptionsBasepublic final EbsDeviceVolumeType getVolumeType()
EbsDeviceOptionsBase
Default: EbsDeviceVolumeType.GP2
getVolumeType in interface EbsDeviceOptionsBase@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.