type property
Type of NAT. Possible string values are:
- "TYPE_UNSPECIFIED" : Type is unspecified.
- "INTERNAL_TO_EXTERNAL" : From Compute Engine instance's internal address to external address.
- "EXTERNAL_TO_INTERNAL" : From Compute Engine instance's external address to internal address.
- "CLOUD_NAT" : Cloud NAT Gateway.
- "PRIVATE_SERVICE_CONNECT" : Private service connect NAT.
Implementation
core.String? type;