routers_router_status
Creates, updates, deletes, gets or lists a routers_router_status
resource.
Overview
Name | routers_router_status |
Type | Resource |
Id | google.compute.routers_router_status |
Fields
Name | Datatype | Description |
---|---|---|
kind | string | Type of resource. |
result | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_router_status | SELECT | project, region, router | Retrieves runtime information of the specified router. |
SELECT
examples
Retrieves runtime information of the specified router.
SELECT
kind,
result
FROM google.compute.routers_router_status
WHERE project = '{{ project }}'
AND region = '{{ region }}'
AND router = '{{ router }}';