str
URL for the subnetwork resource that will use
NAT.
This field is a member of oneof_ _name.
secondary_ip_range_names
MutableSequence[str]
A list of the secondary ranges of the Subnetwork that are
allowed to use NAT. This can be populated only if
"LIST_OF_SECONDARY_IP_RANGES" is one of the values in
source_ip_ranges_to_nat.
source_ip_ranges_to_nat
MutableSequence[str]
Specify the options for NAT ranges in the Subnetwork. All
options of a single value are valid except
NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with
multiple values is: ["PRIMARY_IP_RANGE",
"LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES]
Check the SourceIpRangesToNat enum for the list of possible
values.
[[["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 RouterNatSubnetworkToNat (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.RouterNatSubnetworkToNat)\n- [0.1.4](/python/docs/reference/google-cloud-compute-v1beta/0.1.4/google.cloud.compute_v1beta.types.RouterNatSubnetworkToNat) \n\n RouterNatSubnetworkToNat(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nDefines the IP ranges that want to use NAT for a subnetwork.\n\n.. _oneof: \u003chttps://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields\u003e\n\nClasses\n-------\n\n### SourceIpRangesToNat\n\n SourceIpRangesToNat(value)"]]