Enum NetworkProfileNetworkFeatures.AllowPacketMirroring (1.65.0)

public enum NetworkProfileNetworkFeatures.AllowPacketMirroring extends Enum<NetworkProfileNetworkFeatures.AllowPacketMirroring> implements ProtocolMessageEnum

Specifies whether Packet Mirroring 1.0 is supported.

Protobuf enum google.cloud.compute.v1.NetworkProfileNetworkFeatures.AllowPacketMirroring

Implements

ProtocolMessageEnum

Static Fields

Name Description
PACKET_MIRRORING_ALLOWED

PACKET_MIRRORING_ALLOWED = 92416245;

PACKET_MIRRORING_ALLOWED_VALUE

PACKET_MIRRORING_ALLOWED = 92416245;

PACKET_MIRRORING_BLOCKED

PACKET_MIRRORING_BLOCKED = 445450553;

PACKET_MIRRORING_BLOCKED_VALUE

PACKET_MIRRORING_BLOCKED = 445450553;

UNDEFINED_ALLOW_PACKET_MIRRORING

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_PACKET_MIRRORING = 0;

UNDEFINED_ALLOW_PACKET_MIRRORING_VALUE

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_PACKET_MIRRORING = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()