vpn_gateways_status
Creates, updates, deletes, gets or lists a vpn_gateways_status
resource.
Overview
Name | vpn_gateways_status |
Type | Resource |
Id | google.compute.vpn_gateways_status |
Fields
Name | Datatype | Description |
---|---|---|
result | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_status | SELECT | project, region, vpnGateway | Returns the status for the specified VPN gateway. |
SELECT
examples
Returns the status for the specified VPN gateway.
SELECT
result
FROM google.compute.vpn_gateways_status
WHERE project = '{{ project }}'
AND region = '{{ region }}'
AND vpnGateway = '{{ vpnGateway }}';