[][src]Struct isilon::models::RemotesupportConnectemcConnectemc

pub struct RemotesupportConnectemcConnectemc {
    pub email_customer_on_failure: Option<bool>,
    pub enabled: Option<bool>,
    pub gateway_access_pools: Option<Vec<String>>,
    pub primary_esrs_gateway: Option<String>,
    pub secondary_esrs_gateway: Option<String>,
    pub use_smtp_failover: Option<bool>,
}

Fields

email_customer_on_failure: Option<bool>

Email the customer if all transmission methods fail.

enabled: Option<bool>

Enable ConnectEMC.

gateway_access_pools: Option<Vec<String>>

List of network pools that are able to connect to the ESRS gateway. Necessary to enable ConnectEMC.

primary_esrs_gateway: Option<String>

Primary ESRS Gateway. Necessary to enable ConnectEMC.

secondary_esrs_gateway: Option<String>

Secondary ESRS Gateway. Used if Primary is unavailable.

use_smtp_failover: Option<bool>

Use SMPT if primary and secondary gateways are unavailable.

Trait Implementations

impl Debug for RemotesupportConnectemcConnectemc[src]

impl Serialize for RemotesupportConnectemcConnectemc[src]

impl<'de> Deserialize<'de> for RemotesupportConnectemcConnectemc[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