Enum RouterNat.SourceSubnetworkIpRangesToNat64 (1.73.0)

public enum RouterNat.SourceSubnetworkIpRangesToNat64 extends Enum<RouterNat.SourceSubnetworkIpRangesToNat64> implements ProtocolMessageEnum

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.

Protobuf enum google.cloud.compute.v1.RouterNat.SourceSubnetworkIpRangesToNat64

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL_IPV6_SUBNETWORKS

NAT64 is enabled for all the IPv6 subnet ranges. In dual stack subnets, NAT64 will only be enabled for IPv6-only VMs.

ALL_IPV6_SUBNETWORKS = 341632747;

ALL_IPV6_SUBNETWORKS_VALUE

NAT64 is enabled for all the IPv6 subnet ranges. In dual stack subnets, NAT64 will only be enabled for IPv6-only VMs.

ALL_IPV6_SUBNETWORKS = 341632747;

LIST_OF_IPV6_SUBNETWORKS

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.

LIST_OF_IPV6_SUBNETWORKS = 521079860;

LIST_OF_IPV6_SUBNETWORKS_VALUE

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.

LIST_OF_IPV6_SUBNETWORKS = 521079860;

UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT64

A value indicating that the enum field is not set.

UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT64 = 0;

UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT64_VALUE

A value indicating that the enum field is not set.

UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT64 = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()