Uses of Interface
com.hashicorp.cdktf.providers.google.compute_target_tcp_proxy.ComputeTargetTcpProxyConfig
-
Packages that use ComputeTargetTcpProxyConfig Package Description com.hashicorp.cdktf.providers.google.compute_target_tcp_proxy google_compute_target_tcp_proxy -
-
Uses of ComputeTargetTcpProxyConfig in com.hashicorp.cdktf.providers.google.compute_target_tcp_proxy
Classes in com.hashicorp.cdktf.providers.google.compute_target_tcp_proxy that implement ComputeTargetTcpProxyConfig Modifier and Type Class Description static classComputeTargetTcpProxyConfig.Jsii$ProxyAn implementation forComputeTargetTcpProxyConfigMethods in com.hashicorp.cdktf.providers.google.compute_target_tcp_proxy that return ComputeTargetTcpProxyConfig Modifier and Type Method Description ComputeTargetTcpProxyConfigComputeTargetTcpProxyConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.compute_target_tcp_proxy with parameters of type ComputeTargetTcpProxyConfig Constructor Description ComputeTargetTcpProxy(software.constructs.Construct scope, String id, ComputeTargetTcpProxyConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_tcp_proxy google_compute_target_tcp_proxy} Resource.
-