AlloydbCluster.Builder |
AlloydbCluster.Builder.annotations(Map<String,String> annotations) |
Annotations to allow client tools to store small amount of arbitrary data.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.automatedBackupPolicy(AlloydbClusterAutomatedBackupPolicy automatedBackupPolicy) |
automated_backup_policy block.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.clusterId(String clusterId) |
The ID of the alloydb cluster.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.clusterType(String clusterType) |
The type of cluster.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.continuousBackupConfig(AlloydbClusterContinuousBackupConfig continuousBackupConfig) |
continuous_backup_config block.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.count(Number count) |
|
static AlloydbCluster.Builder |
AlloydbCluster.Builder.create(software.constructs.Construct scope,
String id) |
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.databaseVersion(String databaseVersion) |
The database engine major version.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.deletionPolicy(String deletionPolicy) |
Policy to determine if the cluster should be deleted forcefully.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.displayName(String displayName) |
User-settable and human-readable display name for the Cluster.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.encryptionConfig(AlloydbClusterEncryptionConfig encryptionConfig) |
encryption_config block.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.etag(String etag) |
For Resource freshness validation (https://google.aip.dev/154).
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#id AlloydbCluster#id}.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.initialUser(AlloydbClusterInitialUser initialUser) |
initial_user block.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.labels(Map<String,String> labels) |
User-defined labels for the alloydb cluster.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.location(String location) |
The location where the alloydb cluster should reside.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.maintenanceUpdatePolicy(AlloydbClusterMaintenanceUpdatePolicy maintenanceUpdatePolicy) |
maintenance_update_policy block.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.network(String network) |
The relative resource name of the VPC network on which the instance can be accessed.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.networkConfig(AlloydbClusterNetworkConfig networkConfig) |
network_config block.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#project AlloydbCluster#project}.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.provisioners(List<? extends Object> provisioners) |
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.pscConfig(AlloydbClusterPscConfig pscConfig) |
psc_config block.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.restoreBackupSource(AlloydbClusterRestoreBackupSource restoreBackupSource) |
restore_backup_source block.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.restoreContinuousBackupSource(AlloydbClusterRestoreContinuousBackupSource restoreContinuousBackupSource) |
restore_continuous_backup_source block.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.secondaryConfig(AlloydbClusterSecondaryConfig secondaryConfig) |
secondary_config block.
|
AlloydbCluster.Builder |
AlloydbCluster.Builder.timeouts(AlloydbClusterTimeouts timeouts) |
timeouts block.
|