Reference documentation and code samples for the Compute V1 Client class State.
The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880
Protobuf type google.cloud.compute.v1.BfdPacket.State
Namespace
Google \ Cloud \ Compute \ V1 \ BfdPacketMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
ADMIN_DOWN
Value: 128544690Generated from protobuf enum ADMIN_DOWN = 128544690;
DOWN
Value: 2104482Generated from protobuf enum DOWN = 2104482;
INIT
Value: 2252048Generated from protobuf enum INIT = 2252048;
STATE_UNSPECIFIED
Value: 470755401Generated from protobuf enum STATE_UNSPECIFIED = 470755401;
UP
Value: 2715Generated from protobuf enum UP = 2715;