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