routers_nat_ip_info
Creates, updates, deletes, gets or lists a routers_nat_ip_info
resource.
Overview
Name | routers_nat_ip_info |
Type | Resource |
Id | google.compute.routers_nat_ip_info |
Fields
Name | Datatype | Description |
---|---|---|
result | array | [Output Only] A list of NAT IP information. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_nat_ip_info | SELECT | project, region, router | Retrieves runtime NAT IP information. |
SELECT
examples
Retrieves runtime NAT IP information.
SELECT
result
FROM google.compute.routers_nat_ip_info
WHERE project = '{{ project }}'
AND region = '{{ region }}'
AND router = '{{ router }}';