Interface VmCdromService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmCdromService

    public static interface VmCdromService.GetResponse
    extends Response
    Returns the information about this CDROM device. The information consists of `cdrom` attribute containing reference to the CDROM device, the virtual machine, and optionally the inserted disk. If there is a disk inserted then the `file` attribute will contain a reference to the ISO image: [source,xml] ---- ---- If there is no disk inserted then the `file` attribute won't be reported: [source,xml] ---- ----
    • Method Detail

      • cdrom

        Cdrom cdrom()
        The information about the CDROM device.