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