@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class BaseApiSshCmdArguments extends Object
Constructor and Description |
---|
BaseApiSshCmdArguments() |
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() |
BaseApiSshCmdArguments |
passphrase(String passphrase) |
BaseApiSshCmdArguments |
password(String password) |
BaseApiSshCmdArguments |
privateKey(String privateKey) |
void |
setPassphrase(String passphrase) |
void |
setPassword(String password) |
void |
setPrivateKey(String privateKey) |
void |
setSshPort(BigDecimal sshPort) |
void |
setUserName(String userName) |
BaseApiSshCmdArguments |
sshPort(BigDecimal sshPort) |
String |
toString() |
BaseApiSshCmdArguments |
userName(String userName) |
public BaseApiSshCmdArguments sshPort(BigDecimal sshPort)
public BigDecimal getSshPort()
public void setSshPort(BigDecimal sshPort)
public BaseApiSshCmdArguments userName(String userName)
public String getUserName()
public void setUserName(String userName)
public BaseApiSshCmdArguments password(String password)
public String getPassword()
public void setPassword(String password)
public BaseApiSshCmdArguments privateKey(String privateKey)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public BaseApiSshCmdArguments passphrase(String passphrase)
public String getPassphrase()
public void setPassphrase(String passphrase)
Copyright © 2019. All rights reserved.