NotSupportedDeviceForFT

NotSupportedDeviceForFT
NotSupportedDeviceForFT

Deprecated as of vSphere API 7.0. Not used since vSphere API 6.5.

VMs with pvscsi or vmxnet3 virtual devices support Fault Tolerance only on 4.1 or later hosts.

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"
        }
    ],
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "hostName": "string",
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "vmName": "string",
    "deviceType": "string",
    "deviceLabel": "string"
}
host
Required

The host

string
hostName
Optional

The host name

vm
Required

The virtual machine

string
vmName
Optional

The virtual machine name

string
deviceType
Required

The device type

string
deviceLabel
Optional

The device label

Deprecated