Interface VmCdromsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmCdromsService

    public static interface VmCdromsService.ListResponse
    extends Response
    Returns the list of CDROM devices of the virtual machine. The order of the returned list of CD-ROM devices isn't guaranteed.
    • Method Detail

      • cdroms

        List<Cdrom> cdroms()
        The list of CDROM devices of the virtual machine.