Class GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_backup_restore_plan.GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings.Jsii$Proxy
-
- All Implemented Interfaces:
GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings
@Stability(Stable) @Internal public static final class GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings
An implementation forGkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings
-
-
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.gke_backup_restore_plan.GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings
GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings.Builder, GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings.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)StringgetPolicy()Specifies the mechanism to be used to restore this volume data.StringgetVolumeType()The volume type, as determined by the PVC's bound PV, to apply the policy to.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(GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings.Builder.
-
-
Method Detail
-
getPolicy
public final String getPolicy()
Description copied from interface:GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindingsSpecifies the mechanism to be used to restore this volume data.See https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/RestoreConfig#VolumeDataRestorePolicy for more information on each policy option. Possible values: ["RESTORE_VOLUME_DATA_FROM_BACKUP", "REUSE_VOLUME_HANDLE_FROM_BACKUP", "NO_VOLUME_DATA_RESTORATION"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#policy GkeBackupRestorePlan#policy}
- Specified by:
getPolicyin interfaceGkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings
-
getVolumeType
public final String getVolumeType()
Description copied from interface:GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindingsThe volume type, as determined by the PVC's bound PV, to apply the policy to. Possible values: ["GCE_PERSISTENT_DISK"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#volume_type GkeBackupRestorePlan#volume_type}
- Specified by:
getVolumeTypein interfaceGkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-