vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - ClusterIoFilterInfo(vim.IoFilterManager.ClusterIoFilterInfo)
- Returned by
- InstallIoFilter_Task, QueryIoFilterInfo, UpgradeIoFilter_Task
- Extends
- IoFilterInfo
- Since
- vSphere API Release 6.0
Data Object Description
Information about an IO Filter on a compute resource.Properties
Name | Type | Description |
---|---|---|
opType | xsd:string |
The operation that was performed for the IO Filter.
The set of possible values are described in
IoFilterOperation.
If opType is vim.IoFilterManager.OperationType#uninstall,
and the uninstallation of the filter was sucessful on all the hosts
in the cluster, the filter will be removed from the cluster's filter
list.
|
vibUrl* | xsd:string |
The URL of the VIB package that the IO Filter is installed from.
The property is unset if the information is not available.
Since vSphere API Release 6.5 |
Properties inherited from IoFilterInfo | ||
id, name, releaseDate, summary, type, vendor, version | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |