Vm_Hardware_IdeAddressSpec

Vm_Hardware_IdeAddressSpec
Vm_Hardware_IdeAddressSpec

The IdeAddressSpec structure contains information for specifying the address of a virtual device that is attached to a virtual IDE adapter of a virtual machine.

JSON Example
{
    "primary": false,
    "master": false
}
boolean
primary
Optional

Flag specifying whether the device should be attached to the primary or secondary IDE adapter of the virtual machine. If unset, the server will choose a adapter with an available connection. If no IDE connections are available, the request will be rejected.

boolean
master
Optional

Flag specifying whether the device should be the master or slave device on the IDE adapter. If unset, the server will choose an available connection type. If no IDE connections are available, the request will be rejected.