@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiGenerateCmcaArguments extends Object
Constructor and Description |
---|
ApiGenerateCmcaArguments() |
Modifier and Type | Method and Description |
---|---|
ApiGenerateCmcaArguments |
addHostCertsItem(ApiHostCertInfo hostCertsItem) |
ApiGenerateCmcaArguments |
caCert(String caCert) |
ApiGenerateCmcaArguments |
cmHostCert(String cmHostCert) |
ApiGenerateCmcaArguments |
cmHostKey(String cmHostKey) |
ApiGenerateCmcaArguments |
configureAllServices(Boolean configureAllServices) |
ApiGenerateCmcaArguments |
customCA(Boolean customCA) |
boolean |
equals(Object o) |
String |
getCaCert()
The certificate for the user-provided certificate authority in PEM format.
|
String |
getCmHostCert()
The certificate for the CM host in PEM format.
|
String |
getCmHostKey()
The private key for the CM host in PEM format.
|
Boolean |
getConfigureAllServices()
Whether to configure all existing services to use Auto-TLS.
|
Boolean |
getCustomCA()
Whether to generate an internal CMCA (false) or use user-provided certificates (true).
|
List<ApiHostCertInfo> |
getHostCerts()
A list of HostCertInfo objects, which associate a hostname with the corresponding certificate and private key.
|
Boolean |
getInterpretAsFilenames()
Whether the following arguments are interpreted as filenames local to the Cloudera Manager host (true, default) or as the actual data for that argument: * cmHostCert * cmHostKey * caCert * keystorePasswd * truststorePasswd * trustedCaCerts * hostCerts.hostCert * hostCerts.hostKey If HTTPS has not been enabled on the Cloudera Manager Admin Console and API, we *strongly* recommend that you pass the arguments as filenames local to the Cloudera Manager host (i.e.
|
String |
getKeystorePasswd()
The password used for all Auto-TLS keystores.
|
String |
getLocation()
The location on disk to store the CMCA directory.
|
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.
|
String |
getTrustedCaCerts()
A list of CA certificates that will be imported into the Auto-TLS truststore and distributed to all hosts.
|
String |
getTruststorePasswd()
The password used for all Auto-TLS truststores.
|
String |
getUserName()
The username used to authenticate with the hosts.
|
int |
hashCode() |
ApiGenerateCmcaArguments |
hostCerts(List<ApiHostCertInfo> hostCerts) |
ApiGenerateCmcaArguments |
interpretAsFilenames(Boolean interpretAsFilenames) |
ApiGenerateCmcaArguments |
keystorePasswd(String keystorePasswd) |
ApiGenerateCmcaArguments |
location(String location) |
ApiGenerateCmcaArguments |
passphrase(String passphrase) |
ApiGenerateCmcaArguments |
password(String password) |
ApiGenerateCmcaArguments |
privateKey(String privateKey) |
void |
setCaCert(String caCert) |
void |
setCmHostCert(String cmHostCert) |
void |
setCmHostKey(String cmHostKey) |
void |
setConfigureAllServices(Boolean configureAllServices) |
void |
setCustomCA(Boolean customCA) |
void |
setHostCerts(List<ApiHostCertInfo> hostCerts) |
void |
setInterpretAsFilenames(Boolean interpretAsFilenames) |
void |
setKeystorePasswd(String keystorePasswd) |
void |
setLocation(String location) |
void |
setPassphrase(String passphrase) |
void |
setPassword(String password) |
void |
setPrivateKey(String privateKey) |
void |
setSshPort(BigDecimal sshPort) |
void |
setTrustedCaCerts(String trustedCaCerts) |
void |
setTruststorePasswd(String truststorePasswd) |
void |
setUserName(String userName) |
ApiGenerateCmcaArguments |
sshPort(BigDecimal sshPort) |
String |
toString() |
ApiGenerateCmcaArguments |
trustedCaCerts(String trustedCaCerts) |
ApiGenerateCmcaArguments |
truststorePasswd(String truststorePasswd) |
ApiGenerateCmcaArguments |
userName(String userName) |
public ApiGenerateCmcaArguments sshPort(BigDecimal sshPort)
public BigDecimal getSshPort()
public void setSshPort(BigDecimal sshPort)
public ApiGenerateCmcaArguments userName(String userName)
public String getUserName()
public void setUserName(String userName)
public ApiGenerateCmcaArguments password(String password)
public String getPassword()
public void setPassword(String password)
public ApiGenerateCmcaArguments privateKey(String privateKey)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public ApiGenerateCmcaArguments passphrase(String passphrase)
public String getPassphrase()
public void setPassphrase(String passphrase)
public ApiGenerateCmcaArguments location(String location)
public String getLocation()
public void setLocation(String location)
public ApiGenerateCmcaArguments customCA(Boolean customCA)
public Boolean getCustomCA()
public void setCustomCA(Boolean customCA)
public ApiGenerateCmcaArguments interpretAsFilenames(Boolean interpretAsFilenames)
public Boolean getInterpretAsFilenames()
public void setInterpretAsFilenames(Boolean interpretAsFilenames)
public ApiGenerateCmcaArguments cmHostCert(String cmHostCert)
public String getCmHostCert()
public void setCmHostCert(String cmHostCert)
public ApiGenerateCmcaArguments cmHostKey(String cmHostKey)
public String getCmHostKey()
public void setCmHostKey(String cmHostKey)
public ApiGenerateCmcaArguments caCert(String caCert)
public String getCaCert()
public void setCaCert(String caCert)
public ApiGenerateCmcaArguments keystorePasswd(String keystorePasswd)
public String getKeystorePasswd()
public void setKeystorePasswd(String keystorePasswd)
public ApiGenerateCmcaArguments truststorePasswd(String truststorePasswd)
public String getTruststorePasswd()
public void setTruststorePasswd(String truststorePasswd)
public ApiGenerateCmcaArguments trustedCaCerts(String trustedCaCerts)
public String getTrustedCaCerts()
public void setTrustedCaCerts(String trustedCaCerts)
public ApiGenerateCmcaArguments hostCerts(List<ApiHostCertInfo> hostCerts)
public ApiGenerateCmcaArguments addHostCertsItem(ApiHostCertInfo hostCertsItem)
public List<ApiHostCertInfo> getHostCerts()
public void setHostCerts(List<ApiHostCertInfo> hostCerts)
public ApiGenerateCmcaArguments configureAllServices(Boolean configureAllServices)
public Boolean getConfigureAllServices()
public void setConfigureAllServices(Boolean configureAllServices)
Copyright © 2019. All rights reserved.