ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.backendService(String backendService) |
A reference to the BackendService resource.
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.count(Number count) |
|
static ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.create(software.constructs.Construct scope,
String id) |
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.description(String description) |
An optional description of this resource.
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_tcp_proxy#id ComputeTargetTcpProxy#id}.
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.name(String name) |
Name of the resource.
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_tcp_proxy#project ComputeTargetTcpProxy#project}.
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.provisioners(List<? extends Object> provisioners) |
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.proxyBind(com.hashicorp.cdktf.IResolvable proxyBind) |
This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.proxyBind(Boolean proxyBind) |
This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.proxyHeader(String proxyHeader) |
Specifies the type of proxy header to append before sending data to the backend.
|
ComputeTargetTcpProxy.Builder |
ComputeTargetTcpProxy.Builder.timeouts(ComputeTargetTcpProxyTimeouts timeouts) |
timeouts block.
|