VirtualMachineVirtualDeviceSwapDeviceSwapInfo

VirtualMachineVirtualDeviceSwapDeviceSwapInfo
VirtualMachineVirtualDeviceSwapDeviceSwapInfo

Information for the device swap operation.

Since: vSphere API Release 8.0.0.1

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "enabled": false,
    "applicable": false,
    "status": "string"
}
boolean
enabled
Optional

Is the swap operation enabled for this virtual machine.

boolean
applicable
Optional

Is the swap operation applicable to this virtual machine? Operation is applicable if it is enabled for the virtual machine, for the host or cluster in which virtual machine resides, operating system supports device swap, and virtual machine has controllers that need to be replaced.

This field is read-only and cannot be modified.

string
status
Optional

Status of the operation.

One of VirtualMachineVirtualDeviceSwapDeviceSwapStatusEnum This field is read-only and cannot be modified.

Availability
Added in vSphere API Release 8.0.0.1