[][src]Enum iml_wire_types::AlertType

pub enum AlertType {
    AlertState,
    LearnEvent,
    AlertEvent,
    SyslogEvent,
    ClientConnectEvent,
    CommandRunningAlert,
    CommandSuccessfulAlert,
    CommandCancelledAlert,
    CommandErroredAlert,
    CorosyncUnknownPeersAlert,
    CorosyncToManyPeersAlert,
    CorosyncNoPeersAlert,
    CorosyncStoppedAlert,
    StonithNotEnabledAlert,
    PacemakerStoppedAlert,
    HostContactAlert,
    HostOfflineAlert,
    HostRebootEvent,
    UpdatesAvailableAlert,
    TargetOfflineAlert,
    TargetFailoverAlert,
    TargetRecoveryAlert,
    StorageResourceOffline,
    StorageResourceAlert,
    StorageResourceLearnEvent,
    PowerControlDeviceUnavailableAlert,
    IpmiBmcUnavailableAlert,
    LNetOfflineAlert,
    LNetNidsChangedAlert,
    StratagemUnconfiguredAlert,
}

Variants

AlertStateLearnEventAlertEventSyslogEventClientConnectEventCommandRunningAlertCommandSuccessfulAlertCommandCancelledAlertCommandErroredAlertCorosyncUnknownPeersAlertCorosyncToManyPeersAlertCorosyncNoPeersAlertCorosyncStoppedAlertStonithNotEnabledAlertPacemakerStoppedAlertHostContactAlertHostOfflineAlertHostRebootEventUpdatesAvailableAlertTargetOfflineAlertTargetFailoverAlertTargetRecoveryAlertStorageResourceOfflineStorageResourceAlertStorageResourceLearnEventPowerControlDeviceUnavailableAlertIpmiBmcUnavailableAlertLNetOfflineAlertLNetNidsChangedAlertStratagemUnconfiguredAlert

Trait Implementations

impl Clone for AlertType[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for AlertType[src]

impl Serialize for AlertType[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> ToJsonValue for T where
    T: Serialize
[src]

impl<T> ToBytes for T where
    T: Serialize
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<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]