DirectPathProfileManagerListRequestType
DirectPathProfileManagerListRequestType
The parameters of DirectPathProfileManagerList.
Since: vSphere API Release 9.0.0.0
JSON Example
{
"filterSpec": {
"_typeName": "string",
"ids": [
"string"
],
"names": [
"string"
],
"clusters": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
}
filterSpec
Required
Specification describing the parameters used to filter the results when listing DirectPath profiles in a vCenter (see DirectPathProfileManagerList).
If multiple fields are specified, only the DirectPath profiles that match at least one element of each field match the filter.
Since: vSphere API Release 9.0.0.0