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