DistributedVirtualPortgroupNsxPortgroupOperationResult
DistributedVirtualPortgroupNsxPortgroupOperationResult
The DistributedVirtualPortgroupNsxPortgroupOperationResult data object defines the result of NSX port group operations, including create, reconfigure and delete.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"portgroups": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"problems": [
{
"_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"
}
]
}
}
]
}
array of MoRefDistributedVirtualPortgroup
portgroups
Optional
The management object of NSX port group.
For add operation, it indicates the port groups created successfully. For reconfigure operation, it indicates the port groups updated successfully. For delete operation, it indicates the port groups failed deleted.
array of DistributedVirtualPortgroupProblem
problems
Optional
The failed port group operation details.