@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiGenerateHostCertsArguments extends Object
Constructor and Description |
---|
ApiGenerateHostCertsArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
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 |
getUserName()
The username used to authenticate with the hosts.
|
int |
hashCode() |
ApiGenerateHostCertsArguments |
passphrase(String passphrase) |
ApiGenerateHostCertsArguments |
password(String password) |
ApiGenerateHostCertsArguments |
privateKey(String privateKey) |
void |
setPassphrase(String passphrase) |
void |
setPassword(String password) |
void |
setPrivateKey(String privateKey) |
void |
setSshPort(BigDecimal sshPort) |
void |
setUserName(String userName) |
ApiGenerateHostCertsArguments |
sshPort(BigDecimal sshPort) |
String |
toString() |
ApiGenerateHostCertsArguments |
userName(String userName) |
public ApiGenerateHostCertsArguments sshPort(BigDecimal sshPort)
public BigDecimal getSshPort()
public void setSshPort(BigDecimal sshPort)
public ApiGenerateHostCertsArguments userName(String userName)
public String getUserName()
public void setUserName(String userName)
public ApiGenerateHostCertsArguments password(String password)
public String getPassword()
public void setPassword(String password)
public ApiGenerateHostCertsArguments privateKey(String privateKey)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public ApiGenerateHostCertsArguments passphrase(String passphrase)
public String getPassphrase()
public void setPassphrase(String passphrase)
Copyright © 2019. All rights reserved.