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