VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.count(Number count) |
|
static VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.create(software.constructs.Construct scope,
String id) |
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.deletionDelayHours(Number deletionDelayHours) |
The number of hours to delay this request.
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.description(String description) |
User-provided description for this private cloud.
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#id VmwareenginePrivateCloud#id}.
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.location(String location) |
The location where the PrivateCloud should reside.
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.managementCluster(VmwareenginePrivateCloudManagementCluster managementCluster) |
management_cluster block.
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.name(String name) |
The ID of the PrivateCloud.
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.networkConfig(VmwareenginePrivateCloudNetworkConfig networkConfig) |
network_config block.
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#project VmwareenginePrivateCloud#project}.
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.provisioners(List<? extends Object> provisioners) |
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.sendDeletionDelayHoursIfZero(com.hashicorp.cdktf.IResolvable sendDeletionDelayHoursIfZero) |
While set true, deletion_delay_hours value will be sent in the request even for zero value of the field.
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.sendDeletionDelayHoursIfZero(Boolean sendDeletionDelayHoursIfZero) |
While set true, deletion_delay_hours value will be sent in the request even for zero value of the field.
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.timeouts(VmwareenginePrivateCloudTimeouts timeouts) |
timeouts block.
|
VmwareenginePrivateCloud.Builder |
VmwareenginePrivateCloud.Builder.type(String type) |
Initial type of the private cloud.
|