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