public static enum NetworkProfileNetworkFeatures.AllowClassDFirewalls extends Enum<NetworkProfileNetworkFeatures.AllowClassDFirewalls> implements com.google.protobuf.ProtocolMessageEnum
Specifies whether firewalls for Class D address ranges are supported.Protobuf enum
google.cloud.compute.v1.NetworkProfileNetworkFeatures.AllowClassDFirewalls| Enum Constant and Description |
|---|
CLASS_D_FIREWALLS_ALLOWED
CLASS_D_FIREWALLS_ALLOWED = 348219386; |
CLASS_D_FIREWALLS_BLOCKED
CLASS_D_FIREWALLS_BLOCKED = 164382782; |
UNDEFINED_ALLOW_CLASS_D_FIREWALLS
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_D_FIREWALLS_ALLOWED_VALUE
CLASS_D_FIREWALLS_ALLOWED = 348219386; |
static int |
CLASS_D_FIREWALLS_BLOCKED_VALUE
CLASS_D_FIREWALLS_BLOCKED = 164382782; |
static int |
UNDEFINED_ALLOW_CLASS_D_FIREWALLS_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkProfileNetworkFeatures.AllowClassDFirewalls |
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.AllowClassDFirewalls> |
internalGetValueMap() |
static NetworkProfileNetworkFeatures.AllowClassDFirewalls |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NetworkProfileNetworkFeatures.AllowClassDFirewalls |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NetworkProfileNetworkFeatures.AllowClassDFirewalls |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkProfileNetworkFeatures.AllowClassDFirewalls[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkProfileNetworkFeatures.AllowClassDFirewalls UNDEFINED_ALLOW_CLASS_D_FIREWALLS
A value indicating that the enum field is not set.
UNDEFINED_ALLOW_CLASS_D_FIREWALLS = 0;public static final NetworkProfileNetworkFeatures.AllowClassDFirewalls CLASS_D_FIREWALLS_ALLOWED
CLASS_D_FIREWALLS_ALLOWED = 348219386;public static final NetworkProfileNetworkFeatures.AllowClassDFirewalls CLASS_D_FIREWALLS_BLOCKED
CLASS_D_FIREWALLS_BLOCKED = 164382782;public static final NetworkProfileNetworkFeatures.AllowClassDFirewalls UNRECOGNIZED
public static final int UNDEFINED_ALLOW_CLASS_D_FIREWALLS_VALUE
A value indicating that the enum field is not set.
UNDEFINED_ALLOW_CLASS_D_FIREWALLS = 0;public static final int CLASS_D_FIREWALLS_ALLOWED_VALUE
CLASS_D_FIREWALLS_ALLOWED = 348219386;public static final int CLASS_D_FIREWALLS_BLOCKED_VALUE
CLASS_D_FIREWALLS_BLOCKED = 164382782;public static NetworkProfileNetworkFeatures.AllowClassDFirewalls[] values()
for (NetworkProfileNetworkFeatures.AllowClassDFirewalls c : NetworkProfileNetworkFeatures.AllowClassDFirewalls.values()) System.out.println(c);
public static NetworkProfileNetworkFeatures.AllowClassDFirewalls 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.AllowClassDFirewalls valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NetworkProfileNetworkFeatures.AllowClassDFirewalls forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NetworkProfileNetworkFeatures.AllowClassDFirewalls> 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.AllowClassDFirewalls valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.