[][src]Struct libstorage::vmax::Srp

pub struct Srp {
    pub srpId: String,
    pub num_of_disk_groups: Option<i64>,
    pub description: Option<String>,
    pub emulation: Option<String>,
    pub overall_efficiency: Option<String>,
    pub compression_state: Option<String>,
    pub reserved_cap_percent: Option<i64>,
    pub total_usable_cap_gb: Option<f64>,
    pub total_subscribed_cap_gb: Option<f64>,
    pub total_allocated_cap_gb: Option<f64>,
    pub total_snapshot_allocated_cap_gb: Option<f64>,
    pub total_srdf_dse_allocated_cap_gb: Option<f64>,
    pub rdfa_dse: Option<bool>,
    pub num_of_srp_slo_demands: Option<i64>,
    pub num_of_srp_sg_demands: Option<i64>,
    pub diskGroupId: Option<Vec<String>>,
    pub srpSgDemandId: Option<Vec<String>>,
    pub srpSloDemandId: Option<Vec<String>>,
}

Fields

srpId: Stringnum_of_disk_groups: Option<i64>description: Option<String>emulation: Option<String>overall_efficiency: Option<String>compression_state: Option<String>reserved_cap_percent: Option<i64>total_usable_cap_gb: Option<f64>total_subscribed_cap_gb: Option<f64>total_allocated_cap_gb: Option<f64>total_snapshot_allocated_cap_gb: Option<f64>total_srdf_dse_allocated_cap_gb: Option<f64>rdfa_dse: Option<bool>num_of_srp_slo_demands: Option<i64>num_of_srp_sg_demands: Option<i64>diskGroupId: Option<Vec<String>>srpSgDemandId: Option<Vec<String>>srpSloDemandId: Option<Vec<String>>

Trait Implementations

impl IntoPoint for Srp[src]

impl Debug for Srp[src]

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

Auto Trait Implementations

impl Send for Srp

impl Unpin for Srp

impl Sync for Srp

impl UnwindSafe for Srp

impl RefUnwindSafe for Srp

Blanket Implementations

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

impl<T> Same<T> for T

type Output = T

Should always be Self