Compute V1 Client - Class State (2.0.0)

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 \ BfdPacket

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_STATE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_STATE = 0;

ADMIN_DOWN

Value: 128544690

Generated from protobuf enum ADMIN_DOWN = 128544690;

DOWN

Value: 2104482

Generated from protobuf enum DOWN = 2104482;

INIT

Value: 2252048

Generated from protobuf enum INIT = 2252048;

STATE_UNSPECIFIED

Value: 470755401

Generated from protobuf enum STATE_UNSPECIFIED = 470755401;

UP

Value: 2715

Generated from protobuf enum UP = 2715;