[][src]Struct isilon::models::NdmpContextsBackupContext

pub struct NdmpContextsBackupContext {
    pub context_id: Option<String>,
    pub id: Option<String>,
    pub path: Option<String>,
    pub snapid: Option<i32>,
    pub start_time: Option<i32>,
    pub status: Option<String>,
    pub total_sessions: Option<i32>,
    pub _type: Option<String>,
}

Fields

context_id: Option<String>

Context ID

id: Option<String>

Unique display id.

path: Option<String>

The directory of the backup. This is not applicable to restore contexts.

snapid: Option<i32>

Snapshot ID reserved for the context. This is not applicable to restore contexts.

start_time: Option<i32>

Context creation time

status: Option<String>

Whether the context is active.

total_sessions: Option<i32>

The number of sessions in the context

_type: Option<String>

Type of context; It can be bre, backup, and restore

Trait Implementations

impl Debug for NdmpContextsBackupContext[src]

impl Serialize for NdmpContextsBackupContext[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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