Package org.ovirt.engine.sdk4.services
Interface VmBackupDisksService.ListResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- VmBackupDisksService
public static interface VmBackupDisksService.ListResponse extends Response
Returns the list of disks in backup.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Disk>
disks()
The list of retrieved disks.
-