Resource: VpnGateway
Represents a HA VPN gateway.
HA VPN is a high-availability (HA) Cloud VPN solution that lets you securely connect your on-premises network to your Google Cloud Virtual Private Cloud network through an IPsec VPN connection in a single region. For more information about Cloud HA VPN solutions, see Cloud VPN topologies .
JSON representation | |
---|---|
{ "id": string, "creationTimestamp": string, "name": string, "description": string, "region": string, "network": string, "selfLink": string, "labels": { string: string, ... }, "labelFingerprint": string, "vpnInterfaces": [ { "id": integer, "ipAddress": string } ], "kind": string } |
Fields | |
---|---|
id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
creationTimestamp |
[Output Only] Creation timestamp in RFC3339 text format. |
name |
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
description |
An optional description of this resource. Provide this property when you create the resource. |
region |
[Output Only] URL of the region where the VPN gateway resides. |
network |
URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created. |
selfLink |
[Output Only] Server-defined URL for the resource. |
labels |
Labels for this resource. These can only be added or modified by the An object containing a list of |
labelFingerprint |
A fingerprint for the labels being applied to this VpnGateway, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error To see the latest fingerprint, make a A base64-encoded string. |
vpnInterfaces[] |
A list of interfaces on this VPN gateway. |
vpnInterfaces[].id |
The numeric ID of this VPN gateway interface. |
vpnInterfaces[].ipAddress |
[Output Only] The external IP address for this VPN gateway interface. |
kind |
[Output Only] Type of resource. Always |
Methods |
|
---|---|
|
Retrieves an aggregated list of VPN gateways. |
|
Deletes the specified VPN gateway. |
|
Returns the specified VPN gateway. |
|
Returns the status for the specified VPN gateway. |
|
Creates a VPN gateway in the specified project and region using the data included in the request. |
|
Retrieves a list of VPN gateways available to the specified project and region. |
|
Sets the labels on a VpnGateway. |
|
Returns permissions that a caller has on the specified resource. |