Enum PacketMirroring.Enable (1.51.0)

public enum PacketMirroring.Enable extends Enum<PacketMirroring.Enable> implements ProtocolMessageEnum

Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.

Protobuf enum google.cloud.compute.v1.PacketMirroring.Enable

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FALSE

FALSE = 66658563;

FALSE_VALUE

FALSE = 66658563;

TRUE

TRUE = 2583950;

TRUE_VALUE

TRUE = 2583950;

UNDEFINED_ENABLE

A value indicating that the enum field is not set.

UNDEFINED_ENABLE = 0;

UNDEFINED_ENABLE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_ENABLE = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()