[][src]Struct libstorage::xtremio::Volume

pub struct Volume {
    pub small_io_alerts: SmallIOAlert,
    pub created_by_app: Option<String>,
    pub small_iops: i64,
    pub wr_latency: i64,
    pub vol_id: Vec<Value>,
    pub obj_severity: String,
    pub unaligned_io_alerts: String,
    pub unaligned_rd_bw: i64,
    pub num_of_dest_snaps: i64,
    pub acc_size_of_wr: i64,
    pub iops: i64,
    pub small_io_ratio_level: String,
    pub dest_snap_list: Vec<Value>,
    pub guid: String,
    pub snapshot_type: String,
    pub logical_space_in_use: i64,
    pub unaligned_io_ratio_level: String,
    pub acc_num_of_rd: i64,
    pub index: i64,
    pub lb_size: i64,
    pub naa_name: String,
    pub snapset_list: Vec<Value>,
    pub unaligned_wr_bw: i64,
    pub acc_num_of_small_rd: i64,
    pub unaligned_rd_iops: i64,
    pub snapgrp_id: Vec<Value>,
    pub acc_num_of_small_wr: i64,
    pub created_from_volume: String,
    pub ancestor_vol_id: Vec<Value>,
    pub small_wr_iops: i64,
    pub creation_time: String,
    pub rd_bw: i64,
    pub xms_id: Vec<Value>,
    pub acc_num_of_unaligned_rd: i64,
    pub small_wr_bw: i64,
    pub tag_list: Vec<Value>,
    pub unaligned_iops: i64,
    pub num_of_lun_mappings: i64,
    pub vol_access: String,
    pub small_rd_iops: i64,
    pub unaligned_io_ratio: i64,
    pub lun_mapping_list: Vec<Value>,
    pub vol_size: i64,
    pub wr_iops: i64,
    pub manager_guid: Option<String>,
    pub sys_id: Vec<Value>,
    pub avg_latency: i64,
    pub name: String,
    pub vaai_tp_alerts: String,
    pub rd_iops: i64,
    pub rd_latency: i64,
    pub unaligned_bw: i64,
    pub related_consistency_groups: Vec<Value>,
    pub certainty: String,
    pub acc_num_of_unaligned_wr: i64,
    pub vol_type: String,
    pub acc_num_of_wr: i64,
    pub small_io_ratio: i64,
    pub acc_size_of_rd: i64,
    pub unaligned_wr_iops: i64,
    pub bw: i64,
    pub small_rd_bw: i64,
    pub alignment_offset: i64,
    pub small_bw: i64,
    pub wr_bw: i64,
}

Fields

small_io_alerts: SmallIOAlertcreated_by_app: Option<String>small_iops: i64wr_latency: i64vol_id: Vec<Value>obj_severity: Stringunaligned_io_alerts: Stringunaligned_rd_bw: i64num_of_dest_snaps: i64acc_size_of_wr: i64iops: i64small_io_ratio_level: Stringdest_snap_list: Vec<Value>guid: Stringsnapshot_type: Stringlogical_space_in_use: i64unaligned_io_ratio_level: Stringacc_num_of_rd: i64index: i64lb_size: i64naa_name: Stringsnapset_list: Vec<Value>unaligned_wr_bw: i64acc_num_of_small_rd: i64unaligned_rd_iops: i64snapgrp_id: Vec<Value>acc_num_of_small_wr: i64created_from_volume: Stringancestor_vol_id: Vec<Value>small_wr_iops: i64creation_time: Stringrd_bw: i64xms_id: Vec<Value>acc_num_of_unaligned_rd: i64small_wr_bw: i64tag_list: Vec<Value>unaligned_iops: i64num_of_lun_mappings: i64vol_access: Stringsmall_rd_iops: i64unaligned_io_ratio: i64lun_mapping_list: Vec<Value>vol_size: i64wr_iops: i64manager_guid: Option<String>sys_id: Vec<Value>avg_latency: i64name: Stringvaai_tp_alerts: Stringrd_iops: i64rd_latency: i64unaligned_bw: i64related_consistency_groups: Vec<Value>certainty: Stringacc_num_of_unaligned_wr: i64vol_type: Stringacc_num_of_wr: i64small_io_ratio: i64acc_size_of_rd: i64unaligned_wr_iops: i64bw: i64small_rd_bw: i64alignment_offset: i64small_bw: i64wr_bw: i64

Trait Implementations

impl IntoPoint for Volume[src]

impl Debug for Volume[src]

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

Auto Trait Implementations

impl Send for Volume

impl Sync for Volume

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