Uses of Interface
com.hashicorp.cdktf.providers.google.compute_network_peering.ComputeNetworkPeeringConfig
-
Packages that use ComputeNetworkPeeringConfig Package Description com.hashicorp.cdktf.providers.google.compute_network_peering google_compute_network_peering -
-
Uses of ComputeNetworkPeeringConfig in com.hashicorp.cdktf.providers.google.compute_network_peering
Classes in com.hashicorp.cdktf.providers.google.compute_network_peering that implement ComputeNetworkPeeringConfig Modifier and Type Class Description static classComputeNetworkPeeringConfig.Jsii$ProxyAn implementation forComputeNetworkPeeringConfigMethods in com.hashicorp.cdktf.providers.google.compute_network_peering that return ComputeNetworkPeeringConfig Modifier and Type Method Description ComputeNetworkPeeringConfigComputeNetworkPeeringConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.compute_network_peering with parameters of type ComputeNetworkPeeringConfig Constructor Description ComputeNetworkPeering(software.constructs.Construct scope, String id, ComputeNetworkPeeringConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering google_compute_network_peering} Resource.
-