DistributedVirtualSwitchManagerImportResult
DistributedVirtualSwitchManagerImportResult
The DistributedVirtualSwitchManagerImportResult data object represents the results of a DVSManagerImportEntity_Task operation.
It contains lists of the switches and portgroups that were created. It also contains a list of faults that occurred during the operation.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"distributedVirtualSwitch": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"distributedVirtualPortgroup": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"importFault": [
{
"_typeName": "string",
"entityType": "string",
"key": "string",
"fault": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
]
}
array of MoRefDistributedVirtualSwitch
distributedVirtualSwitch
Optional
List of distributed virtual switches.
array of MoRefDistributedVirtualPortgroup
distributedVirtualPortgroup
Optional
List of distributed virtual portgroups.
importFault
Optional
Faults that occurred on the entities during the import operation.