IsoImageUnmountRequestBody
This is a request body class for an operation.
Properties
string
cdrom
Required
The device identifier of the CD-ROM. The parameter must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Cdrom.
string
vm
Required
The identifier of the virtual machine from which to unmount the virtual CD-ROM. The parameter must be an identifier for the resource type: VirtualMachine.
JSON Example
{
"cdrom": "string",
"vm": "string"
}