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