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