public static interface HostsService.AddRequest extends Request<HostsService.AddRequest,HostsService.AddResponse>
Creates a new host and adds it to the database. The host is created based on the properties of the host
parameter. The name
, address
rootPassword
properties are required.
Modifier and Type | Method and Description |
---|---|
HostsService.AddRequest |
deployHostedEngine(Boolean deployHostedEngine)
When set to
true it means this host should deploy also hosted
engine components. |
HostsService.AddRequest |
host(Host host) |
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 |
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. |
HostsService.AddRequest deployHostedEngine(Boolean deployHostedEngine)
When set to true
it means this host should deploy also hosted
engine components. Missing value is treated as true
i.e deploy.
Omitting this parameter means false
and will perform no operation
in hosted engine area.
HostsService.AddRequest host(Host host)
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 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. Missing value is treated as true
i.e un-deploy.
Omitting this parameter means false
and will perform no operation
in hosted engine area.
Copyright © 2016. All rights reserved.