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