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