@Stability(value=Stable) @Internal public static final class CfnCluster.VolumeSpecificationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCluster.VolumeSpecificationProperty
CfnCluster.VolumeSpecificationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCluster.VolumeSpecificationProperty.Builder, CfnCluster.VolumeSpecificationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCluster.VolumeSpecificationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCluster.ApplicationProperty.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) |
Number |
getIops()
The number of I/O operations per second (IOPS) that the volume supports.
|
Number |
getSizeInGb()
The volume size, in gibibytes (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(CfnCluster.VolumeSpecificationProperty.Builder builder)
CfnCluster.ApplicationProperty.Builder.public final Number getSizeInGb()
CfnCluster.VolumeSpecificationPropertyThis can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.
getSizeInGb in interface CfnCluster.VolumeSpecificationPropertypublic final String getVolumeType()
CfnCluster.VolumeSpecificationPropertyVolume types supported are gp2, io1, standard sc1, st1 and gp3. For gp3, customer will be able to configure IOPs but not throughput. Throughput will default to 125 MiB/s.
getVolumeType in interface CfnCluster.VolumeSpecificationPropertypublic final Number getIops()
CfnCluster.VolumeSpecificationPropertyIOPS parameters are supported for volumes: io1 and gp3. Among them, IOPS parameters are required for volumes io1 but optional for volumes gp3 which default to 3000 IOPS. IOPS parameters are not supported for volumes: gp2, standard, st1 and sc1.
getIops in interface CfnCluster.VolumeSpecificationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.