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