routers_nat_mapping_info
Creates, updates, deletes, gets or lists a routers_nat_mapping_info
resource.
Overview
Name | routers_nat_mapping_info |
Type | Resource |
Id | google.compute.routers_nat_mapping_info |
Fields
Name | Datatype | Description |
---|---|---|
instanceName | string | Name of the VM instance which the endpoint belongs to |
interfaceNatMappings | array |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_nat_mapping_info | SELECT | project, region, router | Retrieves runtime Nat mapping information of VM endpoints. |
SELECT
examples
Retrieves runtime Nat mapping information of VM endpoints.
SELECT
instanceName,
interfaceNatMappings
FROM google.compute.routers_nat_mapping_info
WHERE project = '{{ project }}'
AND region = '{{ region }}'
AND router = '{{ router }}';