[][src]Struct libstorage::solidfire::ClusterInfo

pub struct ClusterInfo {
    pub attributes: HashMap<String, String>,
    pub encryption_at_rest_state: EncryptionState,
    pub ensemble: Vec<String>,
    pub mvip: String,
    pub mvip_interface: String,
    pub mvip_node_id: u16,
    pub mvip_vlan_tag: String,
    pub name: String,
    pub rep_count: u16,
    pub svip: String,
    pub svip_interface: String,
    pub svip_node_id: u16,
    pub svip_vlan_tag: String,
    pub unique_id: String,
    pub uuid: Uuid,
}

Fields

attributes: HashMap<String, String>encryption_at_rest_state: EncryptionStateensemble: Vec<String>mvip: Stringmvip_interface: Stringmvip_node_id: u16mvip_vlan_tag: Stringname: Stringrep_count: u16svip: Stringsvip_interface: Stringsvip_node_id: u16svip_vlan_tag: Stringunique_id: Stringuuid: Uuid

Trait Implementations

impl IntoPoint for ClusterInfo[src]

impl Debug for ClusterInfo[src]

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

Auto Trait Implementations

impl Send for ClusterInfo

impl Sync for ClusterInfo

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = Infallible

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

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

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> Same for T

type Output = T

Should always be Self