AlloydbBackup.Builder |
AlloydbBackup.Builder.annotations(Map<String,String> annotations) |
Annotations to allow client tools to store small amount of arbitrary data.
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.backupId(String backupId) |
The ID of the alloydb backup.
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.clusterName(String clusterName) |
The full resource name of the backup source cluster (e.g., projects/{project}/locations/{location}/clusters/{clusterId}).
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.count(Number count) |
|
static AlloydbBackup.Builder |
AlloydbBackup.Builder.create(software.constructs.Construct scope,
String id) |
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.description(String description) |
User-provided description of the backup.
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.displayName(String displayName) |
User-settable and human-readable display name for the Backup.
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.encryptionConfig(AlloydbBackupEncryptionConfig encryptionConfig) |
encryption_config block.
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_backup#id AlloydbBackup#id}.
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.labels(Map<String,String> labels) |
User-defined labels for the alloydb backup.
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.location(String location) |
The location where the alloydb backup should reside.
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_backup#project AlloydbBackup#project}.
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.provisioners(List<? extends Object> provisioners) |
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.timeouts(AlloydbBackupTimeouts timeouts) |
timeouts block.
|
AlloydbBackup.Builder |
AlloydbBackup.Builder.type(String type) |
The backup type, which suggests the trigger for the backup.
|