VmHardwareIdeAddressSpec

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.


Properties

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.


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.

JSON Example

{
	"master": false,
	"primary": false
}

Feedback

Was this page helpful?