public static enum NetworkProfileNetworkFeatures.AllowAutoModeSubnet extends Enum<NetworkProfileNetworkFeatures.AllowAutoModeSubnet> implements com.google.protobuf.ProtocolMessageEnum
Specifies whether auto mode subnet creation is allowed.Protobuf enum
google.cloud.compute.v1.NetworkProfileNetworkFeatures.AllowAutoModeSubnet| Enum Constant and Description |
|---|
AUTO_MODE_SUBNET_ALLOWED
AUTO_MODE_SUBNET_ALLOWED = 391042610; |
AUTO_MODE_SUBNET_BLOCKED
AUTO_MODE_SUBNET_BLOCKED = 207206006; |
UNDEFINED_ALLOW_AUTO_MODE_SUBNET
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO_MODE_SUBNET_ALLOWED_VALUE
AUTO_MODE_SUBNET_ALLOWED = 391042610; |
static int |
AUTO_MODE_SUBNET_BLOCKED_VALUE
AUTO_MODE_SUBNET_BLOCKED = 207206006; |
static int |
UNDEFINED_ALLOW_AUTO_MODE_SUBNET_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkProfileNetworkFeatures.AllowAutoModeSubnet |
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<NetworkProfileNetworkFeatures.AllowAutoModeSubnet> |
internalGetValueMap() |
static NetworkProfileNetworkFeatures.AllowAutoModeSubnet |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NetworkProfileNetworkFeatures.AllowAutoModeSubnet |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NetworkProfileNetworkFeatures.AllowAutoModeSubnet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkProfileNetworkFeatures.AllowAutoModeSubnet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkProfileNetworkFeatures.AllowAutoModeSubnet UNDEFINED_ALLOW_AUTO_MODE_SUBNET
A value indicating that the enum field is not set.
UNDEFINED_ALLOW_AUTO_MODE_SUBNET = 0;public static final NetworkProfileNetworkFeatures.AllowAutoModeSubnet AUTO_MODE_SUBNET_ALLOWED
AUTO_MODE_SUBNET_ALLOWED = 391042610;public static final NetworkProfileNetworkFeatures.AllowAutoModeSubnet AUTO_MODE_SUBNET_BLOCKED
AUTO_MODE_SUBNET_BLOCKED = 207206006;public static final NetworkProfileNetworkFeatures.AllowAutoModeSubnet UNRECOGNIZED
public static final int UNDEFINED_ALLOW_AUTO_MODE_SUBNET_VALUE
A value indicating that the enum field is not set.
UNDEFINED_ALLOW_AUTO_MODE_SUBNET = 0;public static final int AUTO_MODE_SUBNET_ALLOWED_VALUE
AUTO_MODE_SUBNET_ALLOWED = 391042610;public static final int AUTO_MODE_SUBNET_BLOCKED_VALUE
AUTO_MODE_SUBNET_BLOCKED = 207206006;public static NetworkProfileNetworkFeatures.AllowAutoModeSubnet[] values()
for (NetworkProfileNetworkFeatures.AllowAutoModeSubnet c : NetworkProfileNetworkFeatures.AllowAutoModeSubnet.values()) System.out.println(c);
public static NetworkProfileNetworkFeatures.AllowAutoModeSubnet 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 NetworkProfileNetworkFeatures.AllowAutoModeSubnet valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NetworkProfileNetworkFeatures.AllowAutoModeSubnet forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NetworkProfileNetworkFeatures.AllowAutoModeSubnet> 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 NetworkProfileNetworkFeatures.AllowAutoModeSubnet valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.