GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.backupPlan(String backupPlan) |
A reference to the BackupPlan from which Backups may be used as the source for Restores created via this RestorePlan.
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.cluster(String cluster) |
The source cluster from which Restores will be created via this RestorePlan.
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.count(Number count) |
|
static GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.create(software.constructs.Construct scope,
String id) |
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.description(String description) |
User specified descriptive string for this RestorePlan.
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#id GkeBackupRestorePlan#id}.
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.labels(Map<String,String> labels) |
Description: A set of custom labels supplied by the user.
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.location(String location) |
The region of the Restore Plan.
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.name(String name) |
The full name of the BackupPlan Resource.
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#project GkeBackupRestorePlan#project}.
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.provisioners(List<? extends Object> provisioners) |
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.restoreConfig(GkeBackupRestorePlanRestoreConfig restoreConfig) |
restore_config block.
|
GkeBackupRestorePlan.Builder |
GkeBackupRestorePlan.Builder.timeouts(GkeBackupRestorePlanTimeouts timeouts) |
timeouts block.
|