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