Uses of Interface
org.ovirt.engine.sdk4.services.VmService.UpdateRequest
-
Packages that use VmService.UpdateRequest Package Description org.ovirt.engine.sdk4.internal.services org.ovirt.engine.sdk4.services -
-
Uses of VmService.UpdateRequest in org.ovirt.engine.sdk4.internal.services
Methods in org.ovirt.engine.sdk4.internal.services that return VmService.UpdateRequest Modifier and Type Method Description VmService.UpdateRequest
VmServiceImpl. update()
-
Uses of VmService.UpdateRequest in org.ovirt.engine.sdk4.services
Methods in org.ovirt.engine.sdk4.services that return VmService.UpdateRequest Modifier and Type Method Description VmService.UpdateRequest
VmService.UpdateRequest. async(Boolean async)
Indicates if the update should be performed asynchronously.VmService.UpdateRequest
VmService.UpdateRequest. nextRun(Boolean nextRun)
Indicates if the update should be applied to the virtual machine immediately or if it should be applied only when the virtual machine is restarted.VmService.UpdateRequest
VmService. update()
Update the virtual machine in the system for the given virtual machine id.VmService.UpdateRequest
VmService.UpdateRequest. vm(VmBuilder vm)
VmService.UpdateRequest
VmService.UpdateRequest. vm(Vm vm)
-