Vm Hardware Cdrom APIs

Vm Hardware Cdrom APIs

The Cdrom service provides operations for configuring the virtual CD-ROM devices of a virtual machine.

Operations
POST
Create Vm Cdrom Hardware Connect
Connects a virtual CD-ROM device of a powered-on virtual machine to its backing. Connecting the virtual device makes the backing accessible from the perspective of the guest operating system. For a powered-off virtual machine, the Cdrom.update operation may be used to configure the virtual CD-ROM device to start in the connected state when the virtual machine is powered on.
POST
Create Vm Hardware Cdrom
Adds a virtual CD-ROM device to the virtual machine.
GET
List Vm Hardware Cdrom
Returns commonly used information about the virtual CD-ROM devices belonging to the virtual machine.
DELETE
Delete Vm Cdrom Hardware
Removes a virtual CD-ROM device from the virtual machine.
GET
Get Vm Cdrom Hardware
Returns information about a virtual CD-ROM device.
PATCH
Update Vm Cdrom Hardware
Updates the configuration of a virtual CD-ROM device.
POST
Create Vm Cdrom Hardware Disconnect
Disconnects a virtual CD-ROM device of a powered-on virtual machine from its backing. The virtual device is still present and its backing configuration is unchanged, but from the perspective of the guest operating system, the CD-ROM device is not connected to its backing resource. For a powered-off virtual machine, the Cdrom.update operation may be used to configure the virtual CD-ROM device to start in the disconnected state when the virtual machine is powered on.