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