Enum InterconnectDiagnosticsLinkOpticalPower.State (1.51.0)

public enum InterconnectDiagnosticsLinkOpticalPower.State extends Enum<InterconnectDiagnosticsLinkOpticalPower.State> implements ProtocolMessageEnum

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 enum google.cloud.compute.v1.InterconnectDiagnosticsLinkOpticalPower.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HIGH_ALARM

The value has crossed above the high alarm threshold.

HIGH_ALARM = 305363284;

HIGH_ALARM_VALUE

The value has crossed above the high alarm threshold.

HIGH_ALARM = 305363284;

HIGH_WARNING

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

HIGH_WARNING = 220984799;

HIGH_WARNING_VALUE

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

HIGH_WARNING = 220984799;

LOW_ALARM

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

LOW_ALARM = 316659046;

LOW_ALARM_VALUE

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

LOW_ALARM = 316659046;

LOW_WARNING

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

LOW_WARNING = 338793841;

LOW_WARNING_VALUE

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

LOW_WARNING = 338793841;

OK

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

OK = 2524;

OK_VALUE

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

OK = 2524;

UNDEFINED_STATE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNDEFINED_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()