[][src]Struct libstorage::solidfire::ClusterFullThreshold

pub struct ClusterFullThreshold {
    pub block_fullness: FullnessStatus,
    pub fullness: String,
    pub max_metadata_over_provision_factor: u16,
    pub metadata_fullness: FullnessStatus,
    pub slice_reserve_used_threshold_pct: u16,
    pub stage2_aware_threshold: u16,
    pub stage2_block_threshold_bytes: u64,
    pub stage3_block_threshold_bytes: u64,
    pub stage3_block_threshold_percent: u16,
    pub stage3_low_threshold: i64,
    pub stage4_block_threshold_bytes: u64,
    pub stage4_critical_threshold: i64,
    pub stage5_block_threshold_bytes: u64,
    pub sum_total_cluster_bytes: u64,
    pub sum_total_metadata_cluster_bytes: u64,
    pub sum_used_cluster_bytes: u64,
    pub sum_used_metadata_cluster_bytes: u64,
}

Fields

block_fullness: FullnessStatusfullness: Stringmax_metadata_over_provision_factor: u16metadata_fullness: FullnessStatusslice_reserve_used_threshold_pct: u16stage2_aware_threshold: u16stage2_block_threshold_bytes: u64stage3_block_threshold_bytes: u64stage3_block_threshold_percent: u16stage3_low_threshold: i64stage4_block_threshold_bytes: u64stage4_critical_threshold: i64stage5_block_threshold_bytes: u64sum_total_cluster_bytes: u64sum_total_metadata_cluster_bytes: u64sum_used_cluster_bytes: u64sum_used_metadata_cluster_bytes: u64

Trait Implementations

impl IntoPoint for ClusterFullThreshold[src]

impl Debug for ClusterFullThreshold[src]

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

Auto Trait Implementations

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