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.Representation:
{
"primary" : true,
"master" : true
}
"primary" : true,
"master" : true
}
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. |