Uses of Interface
org.ovirt.engine.sdk4.services.HostService.UpdateUsingSshRequest
-
Packages that use HostService.UpdateUsingSshRequest Package Description org.ovirt.engine.sdk4.internal.services org.ovirt.engine.sdk4.services -
-
Uses of HostService.UpdateUsingSshRequest in org.ovirt.engine.sdk4.internal.services
Methods in org.ovirt.engine.sdk4.internal.services that return HostService.UpdateUsingSshRequest Modifier and Type Method Description HostService.UpdateUsingSshRequest
HostServiceImpl. updateUsingSsh()
-
Uses of HostService.UpdateUsingSshRequest in org.ovirt.engine.sdk4.services
Methods in org.ovirt.engine.sdk4.services that return HostService.UpdateUsingSshRequest Modifier and Type Method Description HostService.UpdateUsingSshRequest
HostService.UpdateUsingSshRequest. async(Boolean async)
Indicates if the update should be performed asynchronously.HostService.UpdateUsingSshRequest
HostService.UpdateUsingSshRequest. host(HostBuilder host)
HostService.UpdateUsingSshRequest
HostService.UpdateUsingSshRequest. host(Host host)
HostService.UpdateUsingSshRequest
HostService. updateUsingSsh()
Updates the specified host in the system.
-