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