|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiHostInstallArguments
public class ApiHostInstallArguments
Arguments to perform installation on one or more hosts
Constructor Summary | |
---|---|
ApiHostInstallArguments()
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getCmRepoUrl()
The Cloudera Manager repository URL to use (optional). |
String |
getGpgKeyCustomUrl()
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. |
Integer |
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. |
Integer |
getSshPort()
SSH port. |
String |
getUserName()
The username used to authenticate with the hosts. |
int |
hashCode()
|
boolean |
isUnlimitedJCE()
Added in v8: Flag for unlimited strength JCE policy files installation If unset, defaults to false |
void |
setCmRepoUrl(String cmRepoUrl)
|
void |
setGpgKeyCustomUrl(String gpgKeyCustomUrl)
|
void |
setHostNames(List<String> hostNames)
|
void |
setJavaInstallStrategy(String javaInstallStrategy)
|
void |
setParallelInstallCount(Integer parallelInstallCount)
|
void |
setPassphrase(String passphrase)
|
void |
setPassword(String password)
|
void |
setPrivateKey(String privateKey)
|
void |
setSshPort(Integer sshPort)
|
void |
setUnlimitedJCE(boolean unlimitedJCE)
|
void |
setUserName(String userName)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApiHostInstallArguments()
Method Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public List<String> getHostNames()
public void setHostNames(List<String> hostNames)
public Integer getSshPort()
public void setSshPort(Integer sshPort)
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public void setPassword(String password)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public String getPassphrase()
public void setPassphrase(String passphrase)
public Integer getParallelInstallCount()
public void setParallelInstallCount(Integer parallelInstallCount)
public String getCmRepoUrl()
public void setCmRepoUrl(String cmRepoUrl)
public String getGpgKeyCustomUrl()
public void setGpgKeyCustomUrl(String gpgKeyCustomUrl)
public String getJavaInstallStrategy()
public void setJavaInstallStrategy(String javaInstallStrategy)
public boolean isUnlimitedJCE()
public void setUnlimitedJCE(boolean unlimitedJCE)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |