[][src]Struct isilon::models::EventEventgroupOccurrencesEventgroup

pub struct EventEventgroupOccurrencesEventgroup {
    pub causes: Option<Vec<Vec<String>>>,
    pub channels: Option<Vec<String>>,
    pub event_count: Option<i32>,
    pub eventgroup_instance: Option<String>,
    pub id: Option<String>,
    pub ignore: Option<bool>,
    pub ignore_time: Option<i32>,
    pub last_event: Option<i32>,
    pub resolve_time: Option<i32>,
    pub resolved: Option<bool>,
    pub resolver: Option<String>,
    pub sequence: Option<i32>,
    pub severity: Option<String>,
    pub specifier: Option<Empty>,
    pub time_noticed: Option<i32>,
}

Fields

causes: Option<Vec<Vec<String>>>

List of eventgroup IDs that may be causes of this occurrence.

channels: Option<Vec<String>>

List of channels to which alerts are configured for this eventgroup

event_count: Option<i32>

Number of events linked to this eventgroup.

eventgroup_instance: Option<String>

Unique identifier of eventgroup instance.

id: Option<String>

Same as eventgroup_instance.

ignore: Option<bool>

True if eventgroup is marked as 'ignore'.

ignore_time: Option<i32>

Time eventgroup was marked as 'ignore'.

last_event: Option<i32>

Time the most recent event was added to this eventgroup.

resolve_time: Option<i32>

When the eventgroup became resolved.

resolved: Option<bool>

True if eventgroup is resolved.

resolver: Option<String>

'USER' if the eventgroup was marked resolved via PAPI <event_instance> if eventgroup was marked resolved as a result of an event.

sequence: Option<i32>

XXX description needed.

severity: Option<String>

Event Group severity.

specifier: Option<Empty>

A collection of parameters defined per eventgroup_id.

time_noticed: Option<i32>

Time of first event linked to this eventgroup.

Trait Implementations

impl Debug for EventEventgroupOccurrencesEventgroup[src]

impl Serialize for EventEventgroupOccurrencesEventgroup[src]

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