public static interface HostService.InstallRequest extends Request<HostService.InstallRequest,HostService.InstallResponse>
Modifier and Type | Method and Description |
---|---|
HostService.InstallRequest |
async(Boolean async)
Indicates if the installation should be performed asynchronously.
|
HostService.InstallRequest |
deployHostedEngine(Boolean deployHostedEngine)
When set to
true it means this host should deploy also hosted
engine components. |
HostService.InstallRequest |
host(Host host) |
HostService.InstallRequest |
host(HostBuilder host)
This
override_iptables property is used to indicate if the firewall configuration should be
replaced by the default one. |
HostService.InstallRequest |
image(String image)
When installing an oVirt node a image ISO file is needed.
|
HostService.InstallRequest |
rootPassword(String rootPassword)
The password of of the
root user, used to connect to the host via SSH. |
HostService.InstallRequest |
ssh(Ssh ssh) |
HostService.InstallRequest |
ssh(SshBuilder ssh)
The SSH details used to connect to the host.
|
HostService.InstallRequest |
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. |
HostService.InstallRequest async(Boolean async)
Indicates if the installation should be performed asynchronously.
HostService.InstallRequest 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.
HostService.InstallRequest host(Host host)
HostService.InstallRequest host(HostBuilder host)
This override_iptables
property is used to indicate if the firewall configuration should be
replaced by the default one.
HostService.InstallRequest image(String image)
When installing an oVirt node a image ISO file is needed.
HostService.InstallRequest rootPassword(String rootPassword)
The password of of the root
user, used to connect to the host via SSH.
HostService.InstallRequest ssh(Ssh ssh)
HostService.InstallRequest ssh(SshBuilder ssh)
The SSH details used to connect to the host.
HostService.InstallRequest 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.