Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::RouterNat::SourceSubnetworkIpRangesToNat64 (v3.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::RouterNat::SourceSubnetworkIpRangesToNat64.
Specify the Nat option for NAT64, which can take one of the following
values:
ALL_IPV6_SUBNETWORKS: All of the IP ranges in
every Subnetwork are allowed to Nat.
LIST_OF_IPV6_SUBNETWORKS: A list of Subnetworks are allowed to Nat
(specified in the field nat64_subnetwork below)
The default is NAT64_OPTION_UNSPECIFIED.
Note that if this field contains NAT64_ALL_V6_SUBNETWORKS no other
Router.Nat section in this region can also enable NAT64 for any
Subnetworks in this network. Other Router.Nat sections can still be
present to enable NAT44 only.
Constants
UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT64
value: 0 A value indicating that the enum field is not set.
ALL_IPV6_SUBNETWORKS
value: 341_632_747 NAT64 is enabled for all the IPv6 subnet ranges.
In dual stack subnets, NAT64 will only be enabled for IPv6-only VMs.
LIST_OF_IPV6_SUBNETWORKS
value: 521_079_860 NAT64 is enabled for a list of IPv6 subnet ranges.
In dual stack subnets, NAT64 will only be enabled for IPv6-only VMs.
If this option is used, the nat64_subnetworks field must be specified.
[[["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 2026-04-03 UTC."],[],[]]