[][src]Struct libstorage::scaleio::System

pub struct System {
    pub system_version_name: String,
    pub capacity_alert_high_threshold_percent: u16,
    pub capacity_alert_critical_threshold_percent: u16,
    pub remote_read_only_limit_state: bool,
    pub upgrade_state: String,
    pub mdm_management_port: u16,
    pub sdc_mdm_network_disconnections_counter_parameters: FailureCounter,
    pub sdc_sds_network_disconnections_counter_parameters: FailureCounter,
    pub sdc_memory_allocation_failures_counter_parameters: FailureCounter,
    pub sdc_socket_allocation_failures_counter_parameters: FailureCounter,
    pub sdc_long_operations_counter_parameters: FailureCounter,
    pub cli_password_allowed: bool,
    pub management_client_secure_communication_enabled: bool,
    pub tls_version: String,
    pub show_guid: bool,
    pub authentication_method: String,
    pub mdm_to_sds_policy: String,
    pub mdm_cluster: MdmCluster,
    pub perf_profile: PerfProfile,
    pub install_id: String,
    pub days_installed: u64,
    pub max_capacity_in_gb: i64,
    pub capacity_time_left_in_days: String,
    pub enterprise_features_enabled: bool,
    pub is_initial_license: bool,
    pub default_is_volume_obfuscated: bool,
    pub restricted_sdc_mode_enabled: bool,
    pub swid: String,
    pub name: String,
    pub id: String,
    pub links: Vec<HashMap<String, String>>,
}

Fields

system_version_name: Stringcapacity_alert_high_threshold_percent: u16capacity_alert_critical_threshold_percent: u16remote_read_only_limit_state: boolupgrade_state: Stringmdm_management_port: u16sdc_mdm_network_disconnections_counter_parameters: FailureCountersdc_sds_network_disconnections_counter_parameters: FailureCountersdc_memory_allocation_failures_counter_parameters: FailureCountersdc_socket_allocation_failures_counter_parameters: FailureCountersdc_long_operations_counter_parameters: FailureCountercli_password_allowed: boolmanagement_client_secure_communication_enabled: booltls_version: Stringshow_guid: boolauthentication_method: Stringmdm_to_sds_policy: Stringmdm_cluster: MdmClusterperf_profile: PerfProfileinstall_id: Stringdays_installed: u64max_capacity_in_gb: i64capacity_time_left_in_days: Stringenterprise_features_enabled: boolis_initial_license: booldefault_is_volume_obfuscated: boolrestricted_sdc_mode_enabled: boolswid: Stringname: Stringid: Stringlinks: Vec<HashMap<String, String>>

Trait Implementations

impl IntoPoint for System[src]

impl Debug for System[src]

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

Auto Trait Implementations

impl Send for System

impl Sync for System

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