Enum BfdPacket.State (1.51.0)

public enum BfdPacket.State extends Enum<BfdPacket.State> implements ProtocolMessageEnum

The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880

Protobuf enum google.cloud.compute.v1.BfdPacket.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ADMIN_DOWN

ADMIN_DOWN = 128544690;

ADMIN_DOWN_VALUE

ADMIN_DOWN = 128544690;

DOWN

DOWN = 2104482;

DOWN_VALUE

DOWN = 2104482;

INIT

INIT = 2252048;

INIT_VALUE

INIT = 2252048;

STATE_UNSPECIFIED

STATE_UNSPECIFIED = 470755401;

STATE_UNSPECIFIED_VALUE

STATE_UNSPECIFIED = 470755401;

UNDEFINED_STATE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNDEFINED_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNRECOGNIZED
UP

UP = 2715;

UP_VALUE

UP = 2715;

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()