Skip to main content

routers_nat_mapping_info

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

Overview

Namerouters_nat_mapping_info
TypeResource
Idgoogle.compute.routers_nat_mapping_info

Fields

NameDatatypeDescription
instanceNamestringName of the VM instance which the endpoint belongs to
interfaceNatMappingsarray

Methods

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