public static interface DiskService.MoveRequest extends Request<DiskService.MoveRequest,DiskService.MoveResponse>
Modifier and Type | Method and Description |
---|---|
DiskService.MoveRequest |
async(Boolean async)
Indicates if the move should be performed asynchronously.
|
DiskService.MoveRequest |
filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.
|
DiskService.MoveRequest |
storageDomain(StorageDomain storageDomain) |
DiskService.MoveRequest |
storageDomain(StorageDomainBuilder storageDomain) |
DiskService.MoveRequest async(Boolean async)
Indicates if the move should be performed asynchronously.
DiskService.MoveRequest filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.
DiskService.MoveRequest storageDomain(StorageDomain storageDomain)
DiskService.MoveRequest storageDomain(StorageDomainBuilder storageDomain)
Copyright © 2016. All rights reserved.