@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiHostInstallArguments extends Object
Constructor and Description |
---|
ApiHostInstallArguments() |
Modifier and Type | Method and Description |
---|---|
ApiHostInstallArguments |
addHostNamesItem(String hostNamesItem) |
ApiHostInstallArguments |
cmRepoUrl(String cmRepoUrl) |
boolean |
equals(Object o) |
String |
getCmRepoUrl()
The Cloudera Manager repository URL to use (optional).
|
String |
getGpgKeyCustomUrl()
The Cloudera Manager public GPG key (optional).
|
String |
getGpgKeyOverrideBundle()
The Cloudera Manager public GPG key (optional).
|
List<String> |
getHostNames()
List of hosts to configure for use with Cloudera Manager.
|
String |
getJavaInstallStrategy()
Added in v8: Strategy to use for JDK installation.
|
BigDecimal |
getParallelInstallCount()
Number of simultaneous installations.
|
String |
getPassphrase()
The passphrase associated with the private key used to authenticate with the hosts (optional).
|
String |
getPassword()
The password used to authenticate with the hosts.
|
String |
getPrivateKey()
The private key to authenticate with the hosts.
|
BigDecimal |
getSshPort()
SSH port.
|
Boolean |
getUnlimitedJCE()
Added in v8: Flag for unlimited strength JCE policy files installation If unset, defaults to false
|
String |
getUserName()
The username used to authenticate with the hosts.
|
ApiHostInstallArguments |
gpgKeyCustomUrl(String gpgKeyCustomUrl) |
ApiHostInstallArguments |
gpgKeyOverrideBundle(String gpgKeyOverrideBundle) |
int |
hashCode() |
ApiHostInstallArguments |
hostNames(List<String> hostNames) |
ApiHostInstallArguments |
javaInstallStrategy(String javaInstallStrategy) |
ApiHostInstallArguments |
parallelInstallCount(BigDecimal parallelInstallCount) |
ApiHostInstallArguments |
passphrase(String passphrase) |
ApiHostInstallArguments |
password(String password) |
ApiHostInstallArguments |
privateKey(String privateKey) |
void |
setCmRepoUrl(String cmRepoUrl) |
void |
setGpgKeyCustomUrl(String gpgKeyCustomUrl) |
void |
setGpgKeyOverrideBundle(String gpgKeyOverrideBundle) |
void |
setHostNames(List<String> hostNames) |
void |
setJavaInstallStrategy(String javaInstallStrategy) |
void |
setParallelInstallCount(BigDecimal parallelInstallCount) |
void |
setPassphrase(String passphrase) |
void |
setPassword(String password) |
void |
setPrivateKey(String privateKey) |
void |
setSshPort(BigDecimal sshPort) |
void |
setUnlimitedJCE(Boolean unlimitedJCE) |
void |
setUserName(String userName) |
ApiHostInstallArguments |
sshPort(BigDecimal sshPort) |
String |
toString() |
ApiHostInstallArguments |
unlimitedJCE(Boolean unlimitedJCE) |
ApiHostInstallArguments |
userName(String userName) |
public ApiHostInstallArguments hostNames(List<String> hostNames)
public ApiHostInstallArguments addHostNamesItem(String hostNamesItem)
public List<String> getHostNames()
public ApiHostInstallArguments sshPort(BigDecimal sshPort)
public BigDecimal getSshPort()
public void setSshPort(BigDecimal sshPort)
public ApiHostInstallArguments userName(String userName)
public String getUserName()
public void setUserName(String userName)
public ApiHostInstallArguments password(String password)
public String getPassword()
public void setPassword(String password)
public ApiHostInstallArguments privateKey(String privateKey)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public ApiHostInstallArguments passphrase(String passphrase)
public String getPassphrase()
public void setPassphrase(String passphrase)
public ApiHostInstallArguments parallelInstallCount(BigDecimal parallelInstallCount)
public BigDecimal getParallelInstallCount()
public void setParallelInstallCount(BigDecimal parallelInstallCount)
public ApiHostInstallArguments cmRepoUrl(String cmRepoUrl)
public String getCmRepoUrl()
public void setCmRepoUrl(String cmRepoUrl)
public ApiHostInstallArguments gpgKeyCustomUrl(String gpgKeyCustomUrl)
public String getGpgKeyCustomUrl()
public void setGpgKeyCustomUrl(String gpgKeyCustomUrl)
public ApiHostInstallArguments javaInstallStrategy(String javaInstallStrategy)
public String getJavaInstallStrategy()
public void setJavaInstallStrategy(String javaInstallStrategy)
public ApiHostInstallArguments unlimitedJCE(Boolean unlimitedJCE)
public Boolean getUnlimitedJCE()
public void setUnlimitedJCE(Boolean unlimitedJCE)
public ApiHostInstallArguments gpgKeyOverrideBundle(String gpgKeyOverrideBundle)
public String getGpgKeyOverrideBundle()
public void setGpgKeyOverrideBundle(String gpgKeyOverrideBundle)
Copyright © 2019. All rights reserved.