vcenter vm hardware cdrom: info
info
structure contains information about a virtual CD-ROM device.Representation:
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
type | string | Type of host bus adapter to which the device is attached. Defines the valid types of host bus adapters that may be used for attaching a Cdrom to a virtual machine. Value is one of: |
label | string | Device label.
|
ide.primary | boolean | Flag specifying whether the device is attached to the primary or secondary IDE adapter of the virtual machine.
|
ide.master | boolean | Flag specifying whether the device is the master or slave device on the IDE adapter.
|
sata.bus | long | Bus number of the adapter to which the device is attached.
|
sata.unit | long | Unit number of the device.
|
backing | backing_info | Physical resource backing for the virtual CD-ROM device.
|
backing.type | string | Backing type for the virtual CD-ROM device. Defines the valid backing types for a virtual CD-ROM device. Value is one of: |
state | string | Connection status of the virtual device. Defines the valid states for a removable device that is configured to be connected. Value is one of: |
start_connected | boolean | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
|
allow_guest_control | boolean | Flag indicating whether the guest can connect and disconnect the device.
|
Optional | ||
ide | ide_address_info | Address of device attached to a virtual IDE adapter. Optional. It is only relevant when type has value IDE. This field is optional and it is only relevant when the value of |
sata | sata_address_info | Address of device attached to a virtual SATA adapter. Optional. It is only relevant when type has value SATA. This field is optional and it is only relevant when the value of |
backing.iso_file | string | Path of the image file backing the virtual CD-ROM device. Optional. It is only relevant when type has value ISO_FILE. This field is optional and it is only relevant when the value of |
backing.host_device | string | Name of the host device backing the virtual CD-ROM device. Optional. It is only relevant when type has value HOST_DEVICE. This field will be unset if |
backing.auto_detect | boolean | Flag indicating whether the virtual CD-ROM device is configured to automatically detect a suitable host device. Optional. It is only relevant when type has value HOST_DEVICE. This field is optional and it is only relevant when the value of |
backing.device_access_type | string | Access type for the device backing. Defines the valid device access types for a physical device packing of a virtual CD-ROM device. Value is one of: |