public enum BfdStatus.LocalState extends Enum<BfdStatus.LocalState> 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.BfdStatus.LocalState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ADMIN_DOWN |
|
ADMIN_DOWN_VALUE |
|
DOWN |
|
DOWN_VALUE |
|
INIT |
|
INIT_VALUE |
|
STATE_UNSPECIFIED |
|
STATE_UNSPECIFIED_VALUE |
|
UNDEFINED_LOCAL_STATE |
A value indicating that the enum field is not set. |
UNDEFINED_LOCAL_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() |