Package org.ovirt.engine.sdk4.services
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 ...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Disk>
disks()
List of retrieved disks.
-