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