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