Data Object - TaskEvent(vim.event.TaskEvent)

Extended by
TaskTimeoutEvent
Extends
Event
See also
TaskInfo

Data Object Description

This event records the creation of a Task. Note that the embedded TaskInfo object is a snapshot of the Task state at the time of its creation, so its state will always be "queued". To find the current status of the task, query for the current state of the Task using the eventChainId in the embedded TaskInfo object.

Properties

Name Type Description
infoTaskInfo

The information about the task.
Properties inherited from Event
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm
Properties inherited from DynamicData
None

Show WSDL type definition