ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.connectionPreference(String connectionPreference) |
The connection preference to use for this service attachment.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.consumerAcceptLists(com.hashicorp.cdktf.IResolvable consumerAcceptLists) |
consumer_accept_lists block.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.consumerAcceptLists(List<? extends ComputeServiceAttachmentConsumerAcceptLists> consumerAcceptLists) |
consumer_accept_lists block.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.consumerRejectLists(List<String> consumerRejectLists) |
An array of projects that are not allowed to connect to this service attachment.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.count(Number count) |
|
static ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.create(software.constructs.Construct scope,
String id) |
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.description(String description) |
An optional description of this resource.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.domainNames(List<String> domainNames) |
If specified, the domain name will be used during the integration between the PSC connected endpoints and the Cloud DNS.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.enableProxyProtocol(com.hashicorp.cdktf.IResolvable enableProxyProtocol) |
If true, enable the proxy protocol which is for supplying client TCP/IP address data in TCP connections that traverse proxies on their way to destination servers.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.enableProxyProtocol(Boolean enableProxyProtocol) |
If true, enable the proxy protocol which is for supplying client TCP/IP address data in TCP connections that traverse proxies on their way to destination servers.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#id ComputeServiceAttachment#id}.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.name(String name) |
Name of the resource.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.natSubnets(List<String> natSubnets) |
An array of subnets that is provided for NAT in this service attachment.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_service_attachment#project ComputeServiceAttachment#project}.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.provisioners(List<? extends Object> provisioners) |
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.reconcileConnections(com.hashicorp.cdktf.IResolvable reconcileConnections) |
This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.reconcileConnections(Boolean reconcileConnections) |
This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.region(String region) |
URL of the region where the resource resides.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.targetService(String targetService) |
The URL of a service serving the endpoint identified by this service attachment.
|
ComputeServiceAttachment.Builder |
ComputeServiceAttachment.Builder.timeouts(ComputeServiceAttachmentTimeouts timeouts) |
timeouts block.
|