DestinationSwitchFull

DestinationSwitchFull
DestinationSwitchFull

For one of the networks that the virtual machine is using, the corresponding switch on the host is full.

If returned as part of migration checks, this is an error if either of the following is true, a warning otherwise:

  • The virtual ethernet card device backing is a distributed virtual switch
  • The virtual ethernet card device backing is a standard network and the the device is connected
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"
        }
    ],
    "device": "string",
    "backing": "string",
    "connected": false,
    "network": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}