HostsService.AddUsingSshRequest |
HostsService.AddUsingSshRequest.activate(Boolean activate) |
When set to `true`, this host will be activated after its installation completes.
|
HostsService.AddUsingSshRequest |
HostsService.addUsingSsh() |
Add a new host to the system providing the ssh password, fingerprint or public key.
|
HostsService.AddUsingSshRequest |
HostsService.AddUsingSshRequest.deployHostedEngine(Boolean deployHostedEngine) |
When set to `true`, this host deploys the hosted engine components.
|
HostsService.AddUsingSshRequest |
HostsService.AddUsingSshRequest.host(HostBuilder host) |
The host definition with which the new host is created is passed as a parameter, and the newly created host
is returned.
|
HostsService.AddUsingSshRequest |
HostsService.AddUsingSshRequest.host(Host host) |
|
HostsService.AddUsingSshRequest |
HostsService.AddUsingSshRequest.reboot(Boolean reboot) |
Indicates if the host should be rebooted after successful installation.
|
HostsService.AddUsingSshRequest |
HostsService.AddUsingSshRequest.undeployHostedEngine(Boolean undeployHostedEngine) |
When set to `true`, this host un-deploys the hosted engine components and does not
function as part of the High Availability cluster.
|