[][src]Struct isilon::models::PoolsPoolInterfacesInterface

pub struct PoolsPoolInterfacesInterface {
    pub id: String,
    pub ip_addrs: Vec<String>,
    pub lnn: i32,
    pub name: String,
    pub nic_name: String,
    pub owners: Vec<PoolsPoolInterfacesInterfaceOwner>,
    pub status: String,
    pub _type: String,
}

Fields

id: String

Unique interface ID.

ip_addrs: Vec<String>

List of IP addresses

lnn: i32

Logical Node Number

name: String

The name of the interface.

nic_name: String

NIC name

owners: Vec<PoolsPoolInterfacesInterfaceOwner>

List of owners (membership)

status: String

Status of the interface

_type: String

Trait Implementations

impl Debug for PoolsPoolInterfacesInterface[src]

impl Serialize for PoolsPoolInterfacesInterface[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T> Erased for T