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