Package version:

Model class for event details of a VMwareAzureV2 event.

interface InMageAzureV2EventDetails {
    category?: string;
    component?: string;
    correctiveAction?: string;
    details?: string;
    eventType?: string;
    instanceType: "InMageAzureV2";
    siteName?: string;
    summary?: string;
}

Hierarchy (view full)

Properties

category?: string

InMage Event Category.

component?: string

InMage Event Component.

correctiveAction?: string

Corrective Action string for the event.

details?: string

InMage Event Details.

eventType?: string

InMage Event type. Takes one of the values of InMageDataContract.InMageMonitoringEventType.

instanceType

Polymorphic discriminator, which specifies the different types this object can be

siteName?: string

VMware Site name.

summary?: string

InMage Event Summary.