public enum InterconnectDiagnosticsLinkOpticalPower.Types.State
Reference documentation and code samples for the Compute Engine v1 API enum InterconnectDiagnosticsLinkOpticalPower.Types.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.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
---|---|
Name | Description |
HighAlarm |
The value has crossed above the high alarm threshold. |
HighWarning |
The value of the current optical power has crossed above the high warning threshold. |
LowAlarm |
The value of the current optical power has crossed below the low alarm threshold. |
LowWarning |
The value of the current optical power has crossed below the low warning threshold. |
Ok |
The value of the current optical power has not crossed a warning threshold. |
UndefinedState |
A value indicating that the enum field is not set. |