Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - EventManagerViewByStartId(vim.event.EventManager.ViewByStartId)
- Extends
- EventManagerEventViewSpec
- Since
- vSphere API Release 9.0.0.0
Data Object Description
Defines the view parameters with starting event ID for the event query.Properties
Name | Type | Description |
---|---|---|
isForward | xsd:boolean |
A boolean flag indicating the direction of the query.
If true , the query retrieves events with IDs greater than
startEventId, representing newer events.
If false , the query retrieves events with IDs less than
startEventId, representing older events.
|
startEventId | xsd:int |
An integer value specifying the ID of the event from which to start
the query. Must be >= 0. The maximum event ID is defined by
"config.vpxd.event.maxEventId" advanced vCenter configuration option
which has a default value of 2147480000.
|
Properties inherited from EventManagerEventViewSpec | ||
None | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |