Package org.ovirt.engine.sdk4.services
Interface VmService.ReorderMacAddressesRequest
-
- All Superinterfaces:
Request<VmService.ReorderMacAddressesRequest,VmService.ReorderMacAddressesResponse>
- Enclosing interface:
- VmService
public static interface VmService.ReorderMacAddressesRequest extends Request<VmService.ReorderMacAddressesRequest,VmService.ReorderMacAddressesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmService.ReorderMacAddressesRequest
async(Boolean async)
Indicates if the action should be performed asynchronously.
-
-
-
Method Detail
-
async
VmService.ReorderMacAddressesRequest async(Boolean async)
Indicates if the action should be performed asynchronously.
-
-