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