vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - TaskInfoFilterSpec(vim.TaskInfoFilterSpec)
- Parameter to
- CreateCollectorWithInfoFilterForTasks
- Extends
- DynamicData
- See also
- TaskInfoFilterSpecFilterTaskResults
- Since
- vSphere API Release 8.0.3.0
Data Object Description
This data object type defines the specification for the filter used to include or exclude various information from the tasks while retrieving from the history collector database. The client creates a task history collector with TaskFilterSpec along with this optional spec, then retrieves the tasks from the task history collector.Properties
Name | Type | Description |
---|---|---|
filterTaskResults* | TaskInfoFilterSpecFilterTaskResults |
The filter specification for filtering out tasks' results. If it is set, then the
results information will be included or excluded based on the supplied parameters. If it is
not set, then results information of all tasks will be included.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |