GetVPNGateway
Get a VPN gateway within GCE from its name.
Using GetVPNGateway
function getVPNGateway(args: GetVPNGatewayArgs, opts?: InvokeOptions): Promise<GetVPNGatewayResult>function get_vpn_gateway(name=None, project=None, region=None, opts=None)func LookupVPNGateway(ctx *Context, args *LookupVPNGatewayArgs, opts ...InvokeOption) (*LookupVPNGatewayResult, error)Note: This function is named
LookupVPNGatewayin the Go SDK.
public static class GetVPNGateway {
public static Task<GetVPNGatewayResult> InvokeAsync(GetVPNGatewayArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetVPNGateway Result
The following output properties are available:
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.