Uses of Interface
org.ovirt.engine.sdk4.services.VmPoolService.UpdateRequest
-
Packages that use VmPoolService.UpdateRequest Package Description org.ovirt.engine.sdk4.internal.services org.ovirt.engine.sdk4.services -
-
Uses of VmPoolService.UpdateRequest in org.ovirt.engine.sdk4.internal.services
Methods in org.ovirt.engine.sdk4.internal.services that return VmPoolService.UpdateRequest Modifier and Type Method Description VmPoolService.UpdateRequest
VmPoolServiceImpl. update()
-
Uses of VmPoolService.UpdateRequest in org.ovirt.engine.sdk4.services
Methods in org.ovirt.engine.sdk4.services that return VmPoolService.UpdateRequest Modifier and Type Method Description VmPoolService.UpdateRequest
VmPoolService.UpdateRequest. async(Boolean async)
Indicates if the update should be performed asynchronously.VmPoolService.UpdateRequest
VmPoolService.UpdateRequest. pool(VmPoolBuilder pool)
The virtual machine pool that is being updated.VmPoolService.UpdateRequest
VmPoolService.UpdateRequest. pool(VmPool pool)
VmPoolService.UpdateRequest
VmPoolService.UpdateRequest. seal(Boolean seal)
Specifies if virtual machines created for the pool should be sealed after creation.VmPoolService.UpdateRequest
VmPoolService. update()
Update the virtual machine pool.
-