VMotionInterfaceIssue

VMotionInterfaceIssue
VMotionInterfaceIssue

A VMotion interface has a problem.

This may be an error or warning depending on the specific fault subclass. This is an error or warning only when migrating a powered-on virtual machine.

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"
        }
    ],
    "atSourceHost": false,
    "failedHost": "string",
    "failedHostEntity": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
boolean
atSourceHost
Required

Whether this error is for the source host.

string
failedHost
Required

The name of the host with the bad interface.

failedHostEntity
Optional

Reference to an instance of the HostSystem managed object.