vcenter vm hardware: ide address info

The ide_address_info structure contains information about the address of a virtual device that is attached to a virtual IDE adapter of a virtual machine.

Representations:

{
    "master"true,
    "primary"true
}
<?xml version="1.0" ?>
<ns0:IdeAddressInfo xmlns:ns0="http://vmware.com/vcenter/vm/hardware" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <primary>true</primary>
  <master>true</master>
</ns0:IdeAddressInfo>

Attributes:

Name Type Description
Required
primary boolean Flag specifying whether the device is attached to the primary or secondary IDE adapter of the virtual machine.

master boolean Flag specifying whether the device is the master or slave device on the IDE adapter.