ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.connectionPreference(String connectionPreference) |
The connection preference of service attachment.
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.count(Number count) |
|
static ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.create(software.constructs.Construct scope,
String id) |
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.description(String description) |
An optional description of this resource.
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.name(String name) |
Name of the resource.
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.producerAcceptLists(List<String> producerAcceptLists) |
Projects that are allowed to connect to this network attachment.
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.producerRejectLists(List<String> producerRejectLists) |
Projects that are not allowed to connect to this network attachment.
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_attachment#project ComputeNetworkAttachment#project}.
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.provisioners(List<? extends Object> provisioners) |
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.region(String region) |
URL of the region where the network attachment resides.
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.subnetworks(List<String> subnetworks) |
An array of URLs where each entry is the URL of a subnet provided by the service consumer to use for endpoints in the producers that connect to this network attachment.
|
ComputeNetworkAttachment.Builder |
ComputeNetworkAttachment.Builder.timeouts(ComputeNetworkAttachmentTimeouts timeouts) |
timeouts block.
|