[][src]Struct google_compute1::InterconnectDiagnosticsLinkOpticalPower

pub struct InterconnectDiagnosticsLinkOpticalPower {
    pub state: Option<String>,
    pub value: Option<f32>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

state: Option<String>

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.
value: Option<f32>

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.

Trait Implementations

impl Part for InterconnectDiagnosticsLinkOpticalPower[src]

impl Clone for InterconnectDiagnosticsLinkOpticalPower[src]

impl Default for InterconnectDiagnosticsLinkOpticalPower[src]

impl Debug for InterconnectDiagnosticsLinkOpticalPower[src]

impl Serialize for InterconnectDiagnosticsLinkOpticalPower[src]

impl<'de> Deserialize<'de> for InterconnectDiagnosticsLinkOpticalPower[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]