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