DvsApplyOperationFaultFaultOnObject

DvsApplyOperationFaultFaultOnObject
DvsApplyOperationFaultFaultOnObject

The fault occurred during an apply operation.

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
            }
        ]
    }
}
string
objectId
Required

The object identifier.

It should be UUID for vSphere Distributed Switches, keys for vNetwork distributed portgroups and ports.

string
type
Required

The Type of the objects.

fault
Required

The base data object type for all the object model faults that an application might handle.