GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.backupConfig(GkeBackupBackupPlanBackupConfig backupConfig) |
backup_config block.
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.backupSchedule(GkeBackupBackupPlanBackupSchedule backupSchedule) |
backup_schedule block.
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.cluster(String cluster) |
The source cluster from which Backups will be created via this BackupPlan.
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.count(Number count) |
|
static GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.create(software.constructs.Construct scope,
String id) |
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.deactivated(com.hashicorp.cdktf.IResolvable deactivated) |
This flag indicates whether this BackupPlan has been deactivated.
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.deactivated(Boolean deactivated) |
This flag indicates whether this BackupPlan has been deactivated.
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.description(String description) |
User specified descriptive string for this BackupPlan.
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#id GkeBackupBackupPlan#id}.
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.labels(Map<String,String> labels) |
Description: A set of custom labels supplied by the user.
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.location(String location) |
The region of the Backup Plan.
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.name(String name) |
The full name of the BackupPlan Resource.
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#project GkeBackupBackupPlan#project}.
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.provisioners(List<? extends Object> provisioners) |
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.retentionPolicy(GkeBackupBackupPlanRetentionPolicy retentionPolicy) |
retention_policy block.
|
GkeBackupBackupPlan.Builder |
GkeBackupBackupPlan.Builder.timeouts(GkeBackupBackupPlanTimeouts timeouts) |
timeouts block.
|