Package | Description |
---|---|
org.ovirt.engine.sdk4.internal.services | |
org.ovirt.engine.sdk4.services |
Modifier and Type | Method and Description |
---|---|
HostsService.AddRequest |
HostsServiceImpl.add() |
Modifier and Type | Method and Description |
---|---|
HostsService.AddRequest |
HostsService.add()
Creates a new host and adds it to the database.
|
HostsService.AddRequest |
HostsService.AddRequest.deployHostedEngine(Boolean deployHostedEngine)
When set to
true it means this host should deploy also hosted
engine components. |
HostsService.AddRequest |
HostsService.AddRequest.host(Host host) |
HostsService.AddRequest |
HostsService.AddRequest.host(HostBuilder host)
The host definition from which to create the new host is passed as parameter, and the newly created host
is returned.
|
HostsService.AddRequest |
HostsService.AddRequest.undeployHostedEngine(Boolean undeployHostedEngine)
When set to
true it means this host should un-deploy hosted engine
components and this host will not function as part of the High
Availability cluster. |
Copyright © 2016. All rights reserved.