VmHardwareIdeAddressInfo
The IdeAddressInfo structure contains information about the address of a virtual device that is attached to a virtual IDE adapter of a virtual machine.
Properties
boolean
master
Required
Flag specifying whether the device is the master or slave device on the IDE adapter.
boolean
primary
Required
Flag specifying whether the device is attached to the primary or secondary IDE adapter of the virtual machine.
JSON Example
{
"master": false,
"primary": false
}