public static interface HostService.InstallUsingRootPasswordRequest extends Request<HostService.InstallUsingRootPasswordRequest,HostService.InstallUsingRootPasswordResponse>
Install VDSM and other packages required to get the host ready to be used in the engine providing the root password. This has been deprecated.
Modifier and Type | Method and Description |
---|---|
HostService.InstallUsingRootPasswordRequest |
async(Boolean async)
Indicates if the installation should be performed asynchronously.
|
HostService.InstallUsingRootPasswordRequest |
deployHostedEngine(Boolean deployHostedEngine)
When set to
true it means this host should also deploy the self-hosted engine components. |
HostService.InstallUsingRootPasswordRequest |
host(Host host) |
HostService.InstallUsingRootPasswordRequest |
host(HostBuilder host)
The
override_iptables property is used to indicate if the firewall configuration should be replaced by the
default one. |
HostService.InstallUsingRootPasswordRequest |
image(String image)
When installing an {product-name} node a image ISO file is required.
|
HostService.InstallUsingRootPasswordRequest |
rootPassword(String rootPassword)
The password of of the
root user, used to connect to the host via SSH. |
HostService.InstallUsingRootPasswordRequest |
ssh(Ssh ssh) |
HostService.InstallUsingRootPasswordRequest |
ssh(SshBuilder ssh)
The SSH details used to connect to the host.
|
HostService.InstallUsingRootPasswordRequest |
undeployHostedEngine(Boolean undeployHostedEngine)
When set to
true it means this host should un-deploy the self-hosted engine components and this host will
not function as part of the High Availability cluster. |
HostService.InstallUsingRootPasswordRequest async(Boolean async)
Indicates if the installation should be performed asynchronously.
HostService.InstallUsingRootPasswordRequest deployHostedEngine(Boolean deployHostedEngine)
When set to true
it means this host should also deploy the self-hosted engine components. A missing value
is treated as true
i.e deploy. Omitting this parameter means false
and will perform no operation in the
self-hosted engine area.
HostService.InstallUsingRootPasswordRequest host(Host host)
HostService.InstallUsingRootPasswordRequest host(HostBuilder host)
The override_iptables
property is used to indicate if the firewall configuration should be replaced by the
default one.
HostService.InstallUsingRootPasswordRequest image(String image)
When installing an {product-name} node a image ISO file is required.
HostService.InstallUsingRootPasswordRequest rootPassword(String rootPassword)
The password of of the root
user, used to connect to the host via SSH.
HostService.InstallUsingRootPasswordRequest ssh(Ssh ssh)
HostService.InstallUsingRootPasswordRequest ssh(SshBuilder ssh)
The SSH details used to connect to the host.
HostService.InstallUsingRootPasswordRequest undeployHostedEngine(Boolean undeployHostedEngine)
When set to true
it means this host should un-deploy the self-hosted engine components and this host will
not function as part of the High Availability cluster. A missing value is treated as true
i.e un-deploy
Omitting this parameter means false
and will perform no operation in the self-hosted engine area.
Copyright © 2018. All rights reserved.