Skip to main content

routers_nat_ip_info

Creates, updates, deletes, gets or lists a routers_nat_ip_info resource.

Overview

Namerouters_nat_ip_info
TypeResource
Idgoogle.compute.routers_nat_ip_info

Fields

NameDatatypeDescription
resultarray[Output Only] A list of NAT IP information.

Methods

NameAccessible byRequired ParamsDescription
get_nat_ip_infoSELECTproject, region, routerRetrieves 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 }}';