Enum RouterNatSubnetworkToNat.SourceIpRangesToNat (1.51.0)

public enum RouterNatSubnetworkToNat.SourceIpRangesToNat extends Enum<RouterNatSubnetworkToNat.SourceIpRangesToNat> implements ProtocolMessageEnum

Protobuf enum google.cloud.compute.v1.RouterNatSubnetworkToNat.SourceIpRangesToNat

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALL_IP_RANGES

The primary and all the secondary ranges are allowed to Nat.

ALL_IP_RANGES = 35608496;

ALL_IP_RANGES_VALUE

The primary and all the secondary ranges are allowed to Nat.

ALL_IP_RANGES = 35608496;

LIST_OF_SECONDARY_IP_RANGES

A list of secondary ranges are allowed to Nat.

LIST_OF_SECONDARY_IP_RANGES = 192289308;

LIST_OF_SECONDARY_IP_RANGES_VALUE

A list of secondary ranges are allowed to Nat.

LIST_OF_SECONDARY_IP_RANGES = 192289308;

PRIMARY_IP_RANGE

The primary range is allowed to Nat.

PRIMARY_IP_RANGE = 297109954;

PRIMARY_IP_RANGE_VALUE

The primary range is allowed to Nat.

PRIMARY_IP_RANGE = 297109954;

UNDEFINED_SOURCE_IP_RANGES_TO_NAT

A value indicating that the enum field is not set.

UNDEFINED_SOURCE_IP_RANGES_TO_NAT = 0;

UNDEFINED_SOURCE_IP_RANGES_TO_NAT_VALUE

A value indicating that the enum field is not set.

UNDEFINED_SOURCE_IP_RANGES_TO_NAT = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()