public static interface VmPoolService.UpdateRequest extends Request<VmPoolService.UpdateRequest,VmPoolService.UpdateResponse>
Modifier and Type | Method and Description |
---|---|
VmPoolService.UpdateRequest |
async(Boolean async)
Indicates if the update should be performed asynchronously.
|
VmPoolService.UpdateRequest |
pool(VmPool pool) |
VmPoolService.UpdateRequest |
pool(VmPoolBuilder pool) |
VmPoolService.UpdateRequest async(Boolean async)
Indicates if the update should be performed asynchronously.
VmPoolService.UpdateRequest pool(VmPool pool)
VmPoolService.UpdateRequest pool(VmPoolBuilder pool)
Copyright © 2016. All rights reserved.