Interface DisksService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    DisksService

    public static interface DisksService.ListResponse
    extends Response
    Get list of disks. [source] ---- GET /ovirt-engine/api/disks ---- You will get a XML response which will look like this one: [source,xml] ---- ... MyDisk MyDisk description 5345845248 MyDisk alias ... ok image false ... ... ---- The order of the returned list of disks is guaranteed only if the `sortby` clause is included in the `search` parameter.
    • Method Detail

      • disks

        List<Disk> disks()
        List of retrieved disks.