Compute V1 Client - Class State (2.0.0)

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

The status of the current value when compared to the warning and alarm levels for the receiving or transmitting transceiver. Possible states include: - OK: The value has not crossed a warning threshold. - LOW_WARNING: The value has crossed below the low warning threshold. - HIGH_WARNING: The value has crossed above the high warning threshold. - LOW_ALARM: The value has crossed below the low alarm threshold. - HIGH_ALARM: The value has crossed above the high alarm threshold.

Protobuf type google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower.State

Namespace

Google \ Cloud \ Compute \ V1 \ InterconnectDiagnosticsLinkOpticalPower

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;

HIGH_ALARM

Value: 305363284

The value has crossed above the high alarm threshold.

Generated from protobuf enum HIGH_ALARM = 305363284;

HIGH_WARNING

Value: 220984799

The value of the current optical power has crossed above the high warning threshold.

Generated from protobuf enum HIGH_WARNING = 220984799;

LOW_ALARM

Value: 316659046

The value of the current optical power has crossed below the low alarm threshold.

Generated from protobuf enum LOW_ALARM = 316659046;

LOW_WARNING

Value: 338793841

The value of the current optical power has crossed below the low warning threshold.

Generated from protobuf enum LOW_WARNING = 338793841;

OK

Value: 2524

The value of the current optical power has not crossed a warning threshold.

Generated from protobuf enum OK = 2524;