Uses of Interface
org.ovirt.engine.sdk4.services.MacPoolService.UpdateRequest
-
Packages that use MacPoolService.UpdateRequest Package Description org.ovirt.engine.sdk4.internal.services org.ovirt.engine.sdk4.services -
-
Uses of MacPoolService.UpdateRequest in org.ovirt.engine.sdk4.internal.services
Methods in org.ovirt.engine.sdk4.internal.services that return MacPoolService.UpdateRequest Modifier and Type Method Description MacPoolService.UpdateRequest
MacPoolServiceImpl. update()
-
Uses of MacPoolService.UpdateRequest in org.ovirt.engine.sdk4.services
Methods in org.ovirt.engine.sdk4.services that return MacPoolService.UpdateRequest Modifier and Type Method Description MacPoolService.UpdateRequest
MacPoolService.UpdateRequest. async(Boolean async)
Indicates if the update should be performed asynchronously.MacPoolService.UpdateRequest
MacPoolService.UpdateRequest. pool(MacPoolBuilder pool)
MacPoolService.UpdateRequest
MacPoolService.UpdateRequest. pool(MacPool pool)
MacPoolService.UpdateRequest
MacPoolService. update()
Updates a MAC address pool.
-