Compute V1 Client - Class OperationalStatus (2.0.0)

Reference documentation and code samples for the Compute V1 Client class OperationalStatus.

The operational status of the link.

Protobuf type google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus.OperationalStatus

Namespace

Google \ Cloud \ Compute \ V1 \ InterconnectDiagnosticsLinkStatus

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_OPERATIONAL_STATUS

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_OPERATIONAL_STATUS = 0;

Value: 281653885

The interface is unable to communicate with the remote end.

Generated from protobuf enum LINK_OPERATIONAL_STATUS_DOWN = 281653885;

Value: 305879862

The interface has low level communication with the remote end.

Generated from protobuf enum LINK_OPERATIONAL_STATUS_UP = 305879862;