[][src]Struct libstorage::scaleio::SdsObject

pub struct SdsObject {
    pub ip_list: Vec<IpObject>,
    pub on_vm_ware: bool,
    pub protection_domain_id: String,
    pub num_of_io_buffers: Option<u64>,
    pub fault_set_id: String,
    pub software_version_info: String,
    pub sds_state: DeviceState,
    pub membership_state: MembershipState,
    pub mdm_connection_state: MdmConnectionState,
    pub drl_mode: DrlMode,
    pub rmcache_enabled: bool,
    pub rmcache_size_in_kb: u64,
    pub rmcache_frozen: bool,
    pub rmcache_memory_allocation_state: MemoryAllocationState,
    pub rfcache_enabled: bool,
    pub maintenance_state: MaintenanceState,
    pub sds_decoupled: Option<OscillatingCounterWindow>,
    pub sds_configuration_failure: Option<OscillatingCounterWindow>,
    pub sds_receive_buffer_allocation_failures: Option<OscillatingCounterWindow>,
    pub rfcache_error_device_does_not_exist: bool,
    pub rfcache_error_low_resources: bool,
    pub rfcache_error_api_version_mismatch: bool,
    pub rfcache_error_inconsistent_cache_configuration: bool,
    pub rfcache_error_inconsistent_source_configuration: bool,
    pub rfcache_error_invalid_driver_path: bool,
    pub certificate_info: Option<CertificateInfo>,
    pub authentication_error: Option<AuthenticationError>,
    pub perf_profile: PerfProfile,
    pub name: String,
    pub port: u16,
    pub id: String,
    pub links: Vec<HashMap<String, String>>,
}

Fields

ip_list: Vec<IpObject>on_vm_ware: boolprotection_domain_id: Stringnum_of_io_buffers: Option<u64>fault_set_id: Stringsoftware_version_info: Stringsds_state: DeviceStatemembership_state: MembershipStatemdm_connection_state: MdmConnectionStatedrl_mode: DrlModermcache_enabled: boolrmcache_size_in_kb: u64rmcache_frozen: boolrmcache_memory_allocation_state: MemoryAllocationStaterfcache_enabled: boolmaintenance_state: MaintenanceStatesds_decoupled: Option<OscillatingCounterWindow>sds_configuration_failure: Option<OscillatingCounterWindow>sds_receive_buffer_allocation_failures: Option<OscillatingCounterWindow>rfcache_error_device_does_not_exist: boolrfcache_error_low_resources: boolrfcache_error_api_version_mismatch: boolrfcache_error_inconsistent_cache_configuration: boolrfcache_error_inconsistent_source_configuration: boolrfcache_error_invalid_driver_path: boolcertificate_info: Option<CertificateInfo>authentication_error: Option<AuthenticationError>perf_profile: PerfProfilename: Stringport: u16id: Stringlinks: Vec<HashMap<String, String>>

Trait Implementations

impl IntoPoint for SdsObject[src]

impl Debug for SdsObject[src]

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

Auto Trait Implementations

impl Send for SdsObject

impl Sync for SdsObject

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