Uses of Interface
com.hashicorp.cdktf.providers.google.data_google_compute_node_types.DataGoogleComputeNodeTypesConfig
-
Packages that use DataGoogleComputeNodeTypesConfig Package Description com.hashicorp.cdktf.providers.google.data_google_compute_node_types data_google_compute_node_types -
-
Uses of DataGoogleComputeNodeTypesConfig in com.hashicorp.cdktf.providers.google.data_google_compute_node_types
Classes in com.hashicorp.cdktf.providers.google.data_google_compute_node_types that implement DataGoogleComputeNodeTypesConfig Modifier and Type Class Description static classDataGoogleComputeNodeTypesConfig.Jsii$ProxyAn implementation forDataGoogleComputeNodeTypesConfigMethods in com.hashicorp.cdktf.providers.google.data_google_compute_node_types that return DataGoogleComputeNodeTypesConfig Modifier and Type Method Description DataGoogleComputeNodeTypesConfigDataGoogleComputeNodeTypesConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.data_google_compute_node_types with parameters of type DataGoogleComputeNodeTypesConfig Constructor Description DataGoogleComputeNodeTypes(software.constructs.Construct scope, String id, DataGoogleComputeNodeTypesConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/compute_node_types google_compute_node_types} Data Source.
-