public static enum NetworkProfileNetworkFeatures.AllowPacketMirroring extends Enum<NetworkProfileNetworkFeatures.AllowPacketMirroring> implements com.google.protobuf.ProtocolMessageEnum
Specifies whether Packet Mirroring 1.0 is supported.Protobuf enum
google.cloud.compute.v1.NetworkProfileNetworkFeatures.AllowPacketMirroring| Enum Constant and Description |
|---|
PACKET_MIRRORING_ALLOWED
PACKET_MIRRORING_ALLOWED = 92416245; |
PACKET_MIRRORING_BLOCKED
PACKET_MIRRORING_BLOCKED = 445450553; |
UNDEFINED_ALLOW_PACKET_MIRRORING
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
PACKET_MIRRORING_ALLOWED_VALUE
PACKET_MIRRORING_ALLOWED = 92416245; |
static int |
PACKET_MIRRORING_BLOCKED_VALUE
PACKET_MIRRORING_BLOCKED = 445450553; |
static int |
UNDEFINED_ALLOW_PACKET_MIRRORING_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkProfileNetworkFeatures.AllowPacketMirroring |
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.AllowPacketMirroring> |
internalGetValueMap() |
static NetworkProfileNetworkFeatures.AllowPacketMirroring |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NetworkProfileNetworkFeatures.AllowPacketMirroring |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NetworkProfileNetworkFeatures.AllowPacketMirroring |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkProfileNetworkFeatures.AllowPacketMirroring[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkProfileNetworkFeatures.AllowPacketMirroring UNDEFINED_ALLOW_PACKET_MIRRORING
A value indicating that the enum field is not set.
UNDEFINED_ALLOW_PACKET_MIRRORING = 0;public static final NetworkProfileNetworkFeatures.AllowPacketMirroring PACKET_MIRRORING_ALLOWED
PACKET_MIRRORING_ALLOWED = 92416245;public static final NetworkProfileNetworkFeatures.AllowPacketMirroring PACKET_MIRRORING_BLOCKED
PACKET_MIRRORING_BLOCKED = 445450553;public static final NetworkProfileNetworkFeatures.AllowPacketMirroring UNRECOGNIZED
public static final int UNDEFINED_ALLOW_PACKET_MIRRORING_VALUE
A value indicating that the enum field is not set.
UNDEFINED_ALLOW_PACKET_MIRRORING = 0;public static final int PACKET_MIRRORING_ALLOWED_VALUE
PACKET_MIRRORING_ALLOWED = 92416245;public static final int PACKET_MIRRORING_BLOCKED_VALUE
PACKET_MIRRORING_BLOCKED = 445450553;public static NetworkProfileNetworkFeatures.AllowPacketMirroring[] values()
for (NetworkProfileNetworkFeatures.AllowPacketMirroring c : NetworkProfileNetworkFeatures.AllowPacketMirroring.values()) System.out.println(c);
public static NetworkProfileNetworkFeatures.AllowPacketMirroring 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.AllowPacketMirroring valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NetworkProfileNetworkFeatures.AllowPacketMirroring forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NetworkProfileNetworkFeatures.AllowPacketMirroring> 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.AllowPacketMirroring valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.