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