Class NetappVolumeRestoreParameters.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.netapp_volume.NetappVolumeRestoreParameters.Jsii$Proxy
-
- All Implemented Interfaces:
NetappVolumeRestoreParameters,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetappVolumeRestoreParameters
@Stability(Stable) @Internal public static final class NetappVolumeRestoreParameters.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetappVolumeRestoreParameters
An implementation forNetappVolumeRestoreParameters
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.netapp_volume.NetappVolumeRestoreParameters
NetappVolumeRestoreParameters.Builder, NetappVolumeRestoreParameters.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetappVolumeRestoreParameters.Builder builder)Constructor that initializes the object based on literal property values passed by theNetappVolumeRestoreParameters.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetSourceBackup()Full name of the snapshot to use for creating this volume.StringgetSourceSnapshot()Full name of the snapshot to use for creating this volume.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(NetappVolumeRestoreParameters.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetappVolumeRestoreParameters.Builder.
-
-
Method Detail
-
getSourceBackup
public final String getSourceBackup()
Description copied from interface:NetappVolumeRestoreParametersFull name of the snapshot to use for creating this volume. 'source_snapshot' and 'source_backup' cannot be used simultaneously. Format: 'projects/{{project}}/locations/{{location}}/backupVaults/{{backupVaultId}}/backups/{{backup}}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#source_backup NetappVolume#source_backup}
- Specified by:
getSourceBackupin interfaceNetappVolumeRestoreParameters
-
getSourceSnapshot
public final String getSourceSnapshot()
Description copied from interface:NetappVolumeRestoreParametersFull name of the snapshot to use for creating this volume. 'source_snapshot' and 'source_backup' cannot be used simultaneously. Format: 'projects/{{project}}/locations/{{location}}/volumes/{{volume}}/snapshots/{{snapshot}}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#source_snapshot NetappVolume#source_snapshot}
- Specified by:
getSourceSnapshotin interfaceNetappVolumeRestoreParameters
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-