ClusterIoFilterInfo

ClusterIoFilterInfo
ClusterIoFilterInfo

Information about an IO Filter on a compute resource.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "id": "string",
    "name": "string",
    "vendor": "string",
    "version": "string",
    "type": "string",
    "summary": "string",
    "releaseDate": "string",
    "opType": "string",
    "vibUrl": "string"
}
string
opType
Required

The operation that was performed for the IO Filter.

The set of possible values are described in IoFilterOperationEnum. If opType is 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.

string
vibUrl
Optional

The URL of the VIB package that the IO Filter is installed from.

The property is unset if the information is not available.