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