[][src]Struct libstorage::solidfire::Volume

pub struct Volume {
    pub access: VolumeAccess,
    pub account_id: u64,
    pub attributes: HashMap<String, Value>,
    pub block_size: u64,
    pub create_time: String,
    pub delete_time: String,
    pub enable512e: bool,
    pub enable_snap_mirror_replication: bool,
    pub iqn: String,
    pub last_access_time: Option<String>,
    pub last_access_time_io: Option<String>,
    pub name: String,
    pub purge_time: String,
    pub qos: VolumesQos,
    pub qos_policy_id: Option<i64>,
    pub scsi_eui_device_id: String,
    pub scsi_naa_device_id: String,
    pub slice_count: i64,
    pub status: String,
    pub total_size: i64,
    pub virtual_volume_id: Option<Uuid>,
    pub volume_access_groups: Vec<u64>,
    pub volume_consistency_group_uuid: Uuid,
    pub volume_id: u64,
    pub volume_pairs: Vec<VolumePair>,
    pub volume_uuid: Uuid,
}

Fields

access: VolumeAccessaccount_id: u64attributes: HashMap<String, Value>block_size: u64create_time: Stringdelete_time: Stringenable512e: boolenable_snap_mirror_replication: booliqn: Stringlast_access_time: Option<String>last_access_time_io: Option<String>name: Stringpurge_time: Stringqos: VolumesQosqos_policy_id: Option<i64>scsi_eui_device_id: Stringscsi_naa_device_id: Stringslice_count: i64status: Stringtotal_size: i64virtual_volume_id: Option<Uuid>volume_access_groups: Vec<u64>volume_consistency_group_uuid: Uuidvolume_id: u64volume_pairs: Vec<VolumePair>volume_uuid: Uuid

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