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