@Stability(value=Stable) @Internal public static final class CfnVolume.OriginSnapshotProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVolume.OriginSnapshotProperty
CfnVolume.OriginSnapshotPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnVolume.OriginSnapshotProperty.Builder, CfnVolume.OriginSnapshotProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnVolume.OriginSnapshotProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnVolume.ClientConfigurationsProperty.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) |
String |
getCopyStrategy()
The strategy used when copying data from the snapshot to the new volume.
|
String |
getSnapshotArn()
Specifies the snapshot to use when creating an OpenZFS volume from a snapshot.
|
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(CfnVolume.OriginSnapshotProperty.Builder builder)
CfnVolume.ClientConfigurationsProperty.Builder.public final String getCopyStrategy()
CfnVolume.OriginSnapshotProperty
CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying data from the snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.FULL_COPY - Copies all data from the snapshot to the new volume.getCopyStrategy in interface CfnVolume.OriginSnapshotPropertypublic final String getSnapshotArn()
CfnVolume.OriginSnapshotPropertygetSnapshotArn in interface CfnVolume.OriginSnapshotProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.