[][src]Struct libstorage::hitachi::StorageLdev

pub struct StorageLdev {
    pub ldev_id: u64,
    pub clpr_id: u64,
    pub emulation_type: String,
    pub byte_format_capacity: String,
    pub block_capacity: u64,
    pub num_of_ports: u64,
    pub ports: Vec<LdevPort>,
    pub attributes: Vec<String>,
    pub status: String,
    pub mp_blade_id: u64,
    pub ssid: String,
    pub pool_id: u64,
    pub num_of_used_block: u64,
    pub is_relocation_enabled: bool,
    pub tier_level: String,
    pub used_capacity_per_tier_level1: u64,
    pub used_capacity_per_tier_level2: u64,
    pub used_capacity_per_tier_level3: Option<u64>,
    pub tier_level_for_new_page_allocation: String,
    pub resource_group_id: u64,
    pub data_reduction_status: String,
    pub data_reduction_mode: String,
    pub is_alua_enabled: bool,
}

Fields

ldev_id: u64clpr_id: u64emulation_type: Stringbyte_format_capacity: Stringblock_capacity: u64num_of_ports: u64ports: Vec<LdevPort>attributes: Vec<String>status: Stringmp_blade_id: u64ssid: Stringpool_id: u64num_of_used_block: u64is_relocation_enabled: booltier_level: Stringused_capacity_per_tier_level1: u64used_capacity_per_tier_level2: u64used_capacity_per_tier_level3: Option<u64>tier_level_for_new_page_allocation: Stringresource_group_id: u64data_reduction_status: Stringdata_reduction_mode: Stringis_alua_enabled: bool

Trait Implementations

impl IntoPoint for StorageLdev[src]

impl Clone for StorageLdev[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for StorageLdev[src]

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

Auto Trait Implementations

impl Send for StorageLdev

impl Sync for StorageLdev

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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

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

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> Same<T> for T

type Output = T

Should always be Self