InMageAzureV2EventDetails interface
Model class for event details of a VMwareAzureV2 event.
- Extends
Properties
category | InMage Event Category. |
component | InMage Event Component. |
corrective |
Corrective Action string for the event. |
details | InMage Event Details. |
event |
InMage Event type. Takes one of the values of InMageDataContract.InMageMonitoringEventType. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
site |
VMware Site name. |
summary | InMage Event Summary. |
Property Details
category
InMage Event Category.
category?: string
Property Value
string
component
InMage Event Component.
component?: string
Property Value
string
correctiveAction
Corrective Action string for the event.
correctiveAction?: string
Property Value
string
details
InMage Event Details.
details?: string
Property Value
string
eventType
InMage Event type. Takes one of the values of InMageDataContract.InMageMonitoringEventType.
eventType?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "InMageAzureV2"
Property Value
"InMageAzureV2"
siteName
VMware Site name.
siteName?: string
Property Value
string
summary
InMage Event Summary.
summary?: string
Property Value
string