DirectPathProfileManagerCapacityUnknown
DirectPathProfileManagerCapacityUnknown
Specification for an unsuccessful capacity query result returned from DirectPathProfileManagerQueryCapacity.
The result object contains the original query specification and detailed fault messages.
Since: vSphere API Release 9.0.0.0
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"querySpec": {
"_typeName": "string"
},
"faultList": [
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
]
}
querySpec
Required
The query specification associated with the failure.
array of
MethodFault
faultList
Optional
List of faults explaining why the query result is invalid.
The faults contain the reason(s) for failure(s). Example of failure reasons are the DirectPath profile is not found or the name string is too long.