public static enum RouterNatSubnetworkToNat.SourceIpRangesToNat extends Enum<RouterNatSubnetworkToNat.SourceIpRangesToNat> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
google.cloud.compute.v1.RouterNatSubnetworkToNat.SourceIpRangesToNat| Enum Constant and Description |
|---|
ALL_IP_RANGES
The primary and all the secondary ranges are allowed to Nat.
|
LIST_OF_SECONDARY_IP_RANGES
A list of secondary ranges are allowed to Nat.
|
PRIMARY_IP_RANGE
The primary range is allowed to Nat.
|
UNDEFINED_SOURCE_IP_RANGES_TO_NAT
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_IP_RANGES_VALUE
The primary and all the secondary ranges are allowed to Nat.
|
static int |
LIST_OF_SECONDARY_IP_RANGES_VALUE
A list of secondary ranges are allowed to Nat.
|
static int |
PRIMARY_IP_RANGE_VALUE
The primary range is allowed to Nat.
|
static int |
UNDEFINED_SOURCE_IP_RANGES_TO_NAT_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static RouterNatSubnetworkToNat.SourceIpRangesToNat |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<RouterNatSubnetworkToNat.SourceIpRangesToNat> |
internalGetValueMap() |
static RouterNatSubnetworkToNat.SourceIpRangesToNat |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RouterNatSubnetworkToNat.SourceIpRangesToNat |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RouterNatSubnetworkToNat.SourceIpRangesToNat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouterNatSubnetworkToNat.SourceIpRangesToNat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RouterNatSubnetworkToNat.SourceIpRangesToNat UNDEFINED_SOURCE_IP_RANGES_TO_NAT
A value indicating that the enum field is not set.
UNDEFINED_SOURCE_IP_RANGES_TO_NAT = 0;public static final RouterNatSubnetworkToNat.SourceIpRangesToNat ALL_IP_RANGES
The primary and all the secondary ranges are allowed to Nat.
ALL_IP_RANGES = 35608496;public static final RouterNatSubnetworkToNat.SourceIpRangesToNat LIST_OF_SECONDARY_IP_RANGES
A list of secondary ranges are allowed to Nat.
LIST_OF_SECONDARY_IP_RANGES = 192289308;public static final RouterNatSubnetworkToNat.SourceIpRangesToNat PRIMARY_IP_RANGE
The primary range is allowed to Nat.
PRIMARY_IP_RANGE = 297109954;public static final RouterNatSubnetworkToNat.SourceIpRangesToNat UNRECOGNIZED
public static final int UNDEFINED_SOURCE_IP_RANGES_TO_NAT_VALUE
A value indicating that the enum field is not set.
UNDEFINED_SOURCE_IP_RANGES_TO_NAT = 0;public static final int ALL_IP_RANGES_VALUE
The primary and all the secondary ranges are allowed to Nat.
ALL_IP_RANGES = 35608496;public static final int LIST_OF_SECONDARY_IP_RANGES_VALUE
A list of secondary ranges are allowed to Nat.
LIST_OF_SECONDARY_IP_RANGES = 192289308;public static final int PRIMARY_IP_RANGE_VALUE
The primary range is allowed to Nat.
PRIMARY_IP_RANGE = 297109954;public static RouterNatSubnetworkToNat.SourceIpRangesToNat[] values()
for (RouterNatSubnetworkToNat.SourceIpRangesToNat c : RouterNatSubnetworkToNat.SourceIpRangesToNat.values()) System.out.println(c);
public static RouterNatSubnetworkToNat.SourceIpRangesToNat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static RouterNatSubnetworkToNat.SourceIpRangesToNat valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static RouterNatSubnetworkToNat.SourceIpRangesToNat forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<RouterNatSubnetworkToNat.SourceIpRangesToNat> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static RouterNatSubnetworkToNat.SourceIpRangesToNat valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.