public static interface VmDiskService.ExportRequest extends Request<VmDiskService.ExportRequest,VmDiskService.ExportResponse>
Modifier and Type | Method and Description |
---|---|
VmDiskService.ExportRequest |
async(Boolean async)
Indicates if the export should be performed asynchronously.
|
VmDiskService.ExportRequest |
filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.
|
VmDiskService.ExportRequest async(Boolean async)
Indicates if the export should be performed asynchronously.
VmDiskService.ExportRequest filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.
Copyright © 2016. All rights reserved.