public enum BfdPacket.State extends Enum<BfdPacket.State> implements ProtocolMessageEnumThe current BFD session state as seen by the transmitting system. These states are specified in section 4.1 ofRFC5880
Protobuf enum google.cloud.compute.v1.BfdPacket.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ADMIN_DOWN |
|
ADMIN_DOWN_VALUE |
|
DOWN |
|
DOWN_VALUE |
|
INIT |
|
INIT_VALUE |
|
STATE_UNSPECIFIED |
|
STATE_UNSPECIFIED_VALUE |
|
UNDEFINED_STATE |
A value indicating that the enum field is not set. |
UNDEFINED_STATE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
UP |
|
UP_VALUE |
|
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() |
|