VirtualMachineIndependentFilterSpec
VirtualMachineIndependentFilterSpec
The IndependentFilterSpec data object is used to specify the independent filters to be associated with virtual machine disks.
Since: vSphere API Release 7.0.2.1
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"filterName": "string",
"filterClass": "string",
"filterCapabilities": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
]
}
string
filterName
Required
Name/id of the IO filter.
string
filterClass
Optional
IO filter class.
array of KeyValue
filterCapabilities
Optional
Capabilities defined by the above filter.
Basically this key value pair define the configurable properties of the independent filters. Users can specify desired values.
Availability
Added in vSphere API Release 7.0.2.1
Property Of