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