OvfSystemFault

OvfSystemFault
OvfSystemFault

A common base class to host all the OVF subsystems's system faults.

This is a class of fault that can be thrown because of some api changes, new hardware that are not supported by the host.

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"
        }
    ]
}