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