Interface GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.305Z") @Stability(Stable) public interface GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings.Builderstatic classGkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings.Jsii$ProxyAn implementation forGkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings.Builderbuilder()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.
-
-
-
Method Detail
-
getPolicy
@Stability(Stable) @NotNull String getPolicy()
Specifies 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}
-
getVolumeType
@Stability(Stable) @NotNull String getVolumeType()
The 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}
-
builder
@Stability(Stable) static GkeBackupRestorePlanRestoreConfigVolumeDataRestorePolicyBindings.Builder builder()
-
-