Struct google_compute1::api::InterconnectDiagnosticsLinkStatus[][src]

pub struct InterconnectDiagnosticsLinkStatus {
    pub arp_caches: Option<Vec<InterconnectDiagnosticsARPEntry>>,
    pub circuit_id: Option<String>,
    pub google_demarc: Option<String>,
    pub lacp_status: Option<InterconnectDiagnosticsLinkLACPStatus>,
    pub receiving_optical_power: Option<InterconnectDiagnosticsLinkOpticalPower>,
    pub transmitting_optical_power: Option<InterconnectDiagnosticsLinkOpticalPower>,
}

There is no detailed description.

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

Fields

arp_caches: Option<Vec<InterconnectDiagnosticsARPEntry>>

A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled

circuit_id: Option<String>

The unique ID for this link assigned during turn up by Google.

google_demarc: Option<String>

The Demarc address assigned by Google and provided in the LoA.

lacp_status: Option<InterconnectDiagnosticsLinkLACPStatus>

no description provided

receiving_optical_power: Option<InterconnectDiagnosticsLinkOpticalPower>

An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level.

transmitting_optical_power: Option<InterconnectDiagnosticsLinkOpticalPower>

An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level.

Trait Implementations

impl Clone for InterconnectDiagnosticsLinkStatus[src]

impl Debug for InterconnectDiagnosticsLinkStatus[src]

impl Default for InterconnectDiagnosticsLinkStatus[src]

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

impl Part for InterconnectDiagnosticsLinkStatus[src]

impl Serialize for InterconnectDiagnosticsLinkStatus[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Instrument 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 = Infallible

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.