public static enum RouterNat.SourceSubnetworkIpRangesToNat extends Enum<RouterNat.SourceSubnetworkIpRangesToNat> implements com.google.protobuf.ProtocolMessageEnum
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 or ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES, then there should not be any other Router.Nat section in any Router for this network in this region.Protobuf enum
google.cloud.compute.v1.RouterNat.SourceSubnetworkIpRangesToNat| Enum Constant and Description |
|---|
ALL_SUBNETWORKS_ALL_IP_RANGES
All the IP ranges in every Subnetwork are allowed to Nat.
|
ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES
All 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)
|
UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_SUBNETWORKS_ALL_IP_RANGES_VALUE
All the IP ranges in every Subnetwork are allowed to Nat.
|
static int |
ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES_VALUE
All the primary IP ranges in every Subnetwork are allowed to Nat.
|
static int |
LIST_OF_SUBNETWORKS_VALUE
A list of Subnetworks are allowed to Nat (specified in the field subnetwork below)
|
static int |
UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static RouterNat.SourceSubnetworkIpRangesToNat |
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<RouterNat.SourceSubnetworkIpRangesToNat> |
internalGetValueMap() |
static RouterNat.SourceSubnetworkIpRangesToNat |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RouterNat.SourceSubnetworkIpRangesToNat |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RouterNat.SourceSubnetworkIpRangesToNat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouterNat.SourceSubnetworkIpRangesToNat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RouterNat.SourceSubnetworkIpRangesToNat UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT
A value indicating that the enum field is not set.
UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT = 0;public static final RouterNat.SourceSubnetworkIpRangesToNat ALL_SUBNETWORKS_ALL_IP_RANGES
All the IP ranges in every Subnetwork are allowed to Nat.
ALL_SUBNETWORKS_ALL_IP_RANGES = 179964376;public static final RouterNat.SourceSubnetworkIpRangesToNat ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES
All the primary IP ranges in every Subnetwork are allowed to Nat.
ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES = 185573819;public static final RouterNat.SourceSubnetworkIpRangesToNat LIST_OF_SUBNETWORKS
A list of Subnetworks are allowed to Nat (specified in the field subnetwork below)
LIST_OF_SUBNETWORKS = 517542270;public static final RouterNat.SourceSubnetworkIpRangesToNat UNRECOGNIZED
public static final int UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT_VALUE
A value indicating that the enum field is not set.
UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT = 0;public static final int ALL_SUBNETWORKS_ALL_IP_RANGES_VALUE
All the IP ranges in every Subnetwork are allowed to Nat.
ALL_SUBNETWORKS_ALL_IP_RANGES = 179964376;public static final int ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES_VALUE
All the primary IP ranges in every Subnetwork are allowed to Nat.
ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES = 185573819;public static final int LIST_OF_SUBNETWORKS_VALUE
A list of Subnetworks are allowed to Nat (specified in the field subnetwork below)
LIST_OF_SUBNETWORKS = 517542270;public static RouterNat.SourceSubnetworkIpRangesToNat[] values()
for (RouterNat.SourceSubnetworkIpRangesToNat c : RouterNat.SourceSubnetworkIpRangesToNat.values()) System.out.println(c);
public static RouterNat.SourceSubnetworkIpRangesToNat 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 RouterNat.SourceSubnetworkIpRangesToNat valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static RouterNat.SourceSubnetworkIpRangesToNat forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<RouterNat.SourceSubnetworkIpRangesToNat> 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 RouterNat.SourceSubnetworkIpRangesToNat valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.