get Hc Vpn Gateway
Get a HA VPN Gateway within GCE from its name.
Example Usage
data "google_compute_ha_vpn_gateway" "gateway" {
name = "foobar"
}
Content copied to clipboard
Return
A collection of values returned by getHcVpnGateway.
Parameters
argument
A collection of arguments for invoking getHcVpnGateway.
suspend fun getHcVpnGateway(name: String, project: String? = null, region: String? = null): GetHcVpnGatewayResult
Return
A collection of values returned by getHcVpnGateway.
Parameters
name
The name of the forwarding rule.
project
The project in which the resource belongs. If it is not provided, the provider project is used.
region
The region in which the resource belongs. If it is not provided, the project region is used.
See also
suspend fun getHcVpnGateway(argument: suspend GetHcVpnGatewayPlainArgsBuilder.() -> Unit): GetHcVpnGatewayResult
Return
A collection of values returned by getHcVpnGateway.
Parameters
argument
Builder for com.pulumi.gcp.compute.kotlin.inputs.GetHcVpnGatewayPlainArgs.