str
Specifies whether NAT IP is auto or manual.
Check the Mode enum for the list of possible
values.
This field is a member of oneof_ _mode.
nat_ip
str
NAT IP address. For example: 203.0.113.11.
This field is a member of oneof_ _nat_ip.
usage
str
Specifies whether NAT IP is currently serving
at least one endpoint or not. Check the Usage
enum for the list of possible values.
This field is a member of oneof_ _usage.
Classes
Mode
Mode(value)
Specifies whether NAT IP is auto or manual.
Usage
Usage(value)
Specifies whether NAT IP is currently serving at least one
endpoint or not.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class NatIpInfoNatIpInfoMapping (0.1.5)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.5 (latest)](/python/docs/reference/google-cloud-compute-v1beta/latest/google.cloud.compute_v1beta.types.NatIpInfoNatIpInfoMapping)\n- [0.1.4](/python/docs/reference/google-cloud-compute-v1beta/0.1.4/google.cloud.compute_v1beta.types.NatIpInfoNatIpInfoMapping) \n\n NatIpInfoNatIpInfoMapping(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nContains information of a NAT IP.\n\n.. _oneof: \u003chttps://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields\u003e\n\nClasses\n-------\n\n### Mode\n\n Mode(value)\n\nSpecifies whether NAT IP is auto or manual.\n\n### Usage\n\n Usage(value)\n\nSpecifies whether NAT IP is currently serving at least one\nendpoint or not."]]