vCenter Storage Monitoring Service API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - ExtensionEventTypeInfo(vim.Extension.EventTypeInfo)
- Property of
- Extension
- Extends
- DynamicData
- Since
- VI API 2.5
Data Object Description
This data object type describes event types defined by the extension.Properties
Name | Type | Description |
---|---|---|
eventID | xsd:string |
The ID of the event type. Should follow java package
naming conventions for uniqueness.
|
eventTypeSchema* | xsd:string |
Optional XML descriptor for the EventType.
The structure of this descriptor is:
<EventType> <eventTypeID>eventID</eventTypeID> <description>Optional description for event eventID</description> <-- Optional arguments: --> <arguments> <-- Zero or more of: --> <argument> <name>argName</name> <type>argtype</name> </argument> </arguments> </EventType>where argtype can be one of the following:
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |