InterconnectDiagnosticsLinkOpticalPower(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
state |
str
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. Check the State enum for the list of possible values. This field is a member of oneof _ _state .
|
value |
float
Value of the current receiving or transmitting optical power, read in dBm. Take a known good optical value, give it a 10% margin and trigger warnings relative to that value. In general, a -7dBm warning and a -11dBm alarm are good optical value estimates for most links. This field is a member of oneof _ _value .
|
Classes
State
State(value)
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.
Values: UNDEFINED_STATE (0): A value indicating that the enum field is not set. HIGH_ALARM (305363284): The value has crossed above the high alarm threshold. HIGH_WARNING (220984799): The value of the current optical power has crossed above the high warning threshold. LOW_ALARM (316659046): The value of the current optical power has crossed below the low alarm threshold. LOW_WARNING (338793841): The value of the current optical power has crossed below the low warning threshold. OK (2524): The value of the current optical power has not crossed a warning threshold.