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