DistributedVirtualPortgroupProblem
DistributedVirtualPortgroupProblem
The DistributedVirtualPortgroupProblem data object defines the error while excuting NSX port group operations.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"logicalSwitchUuid": "string",
"fault": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
string
logicalSwitchUuid
Required
The problematic logical switch UUID
fault
Required
The base data object type for all the object model faults that an application might handle.