DvsApplyOperationFault
DvsApplyOperationFault
Thrown if a vSphere Distributed Switch apply operation failed to set or remove some of the specified objects.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"objectFault": [
{
"_typeName": "string",
"objectId": "string",
"type": "string",
"fault": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
]
}
array of DvsApplyOperationFaultFaultOnObject
objectFault
Required
Faults occurred on the host during a DistributedVirtualSwitch operation.