Reference documentation and code samples for the Compute Engine v1 API enum RouterNat.Types.SourceSubnetworkIpRangesToNat.
Specify the Nat option, which can take one of the following values: - ALL_SUBNETWORKS_ALL_IP_RANGES: All of the IP ranges in every Subnetwork are allowed to Nat. - ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES: All of the primary IP ranges in every Subnetwork are allowed to Nat. - LIST_OF_SUBNETWORKS: A list of Subnetworks are allowed to Nat (specified in the field subnetwork below) The default is SUBNETWORK_IP_RANGE_TO_NAT_OPTION_UNSPECIFIED. Note that if this field contains ALL_SUBNETWORKS_ALL_IP_RANGES then there should not be any other Router.Nat section in any Router for this network in this region.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version available for `RouterNat.Types.SourceSubnetworkIpRangesToNat` is 3.6.0, and multiple previous versions, down to 1.0.0, are also accessible."],["The `RouterNat.Types.SourceSubnetworkIpRangesToNat` enum specifies options for network address translation (NAT) within Google Cloud's Compute Engine v1 API."],["There are three defined options for the Nat setting, `AllSubnetworksAllIpRanges`, `AllSubnetworksAllPrimaryIpRanges`, and `ListOfSubnetworks`, alongside an `UndefinedSourceSubnetworkIpRangesToNat` option, which indicates an unset enum field."],["The `AllSubnetworksAllIpRanges` option allows all IP ranges in every subnetwork to undergo NAT, whereas `AllSubnetworksAllPrimaryIpRanges` allows only the primary IP ranges to undergo NAT."],["The `ListOfSubnetworks` option is used to allow a specified list of subnetworks to perform NAT."]]],[]]