public static class ShellProperties.Ssh extends ShellProperties.CrshShellProperties
Constructor and Description |
---|
Ssh() |
Modifier and Type | Method and Description |
---|---|
protected void |
applyToCrshShellConfig(Properties config)
Apply the properties to a CRaSH configuration.
|
Integer |
getAuthTimeout() |
Integer |
getIdleTimeout() |
String |
getKeyPath() |
Integer |
getPort() |
boolean |
isEnabled() |
void |
setAuthTimeout(Integer authTimeout) |
void |
setEnabled(boolean enabled) |
void |
setIdleTimeout(Integer idleTimeout) |
void |
setKeyPath(String keyPath) |
void |
setPort(Integer port) |
protected void applyToCrshShellConfig(Properties config)
ShellProperties.CrshShellProperties
applyToCrshShellConfig
in class ShellProperties.CrshShellProperties
config
- the CRaSH configuration propertiespublic void setEnabled(boolean enabled)
public boolean isEnabled()
public void setKeyPath(String keyPath)
public String getKeyPath()
public void setPort(Integer port)
public Integer getPort()
public Integer getIdleTimeout()
public void setIdleTimeout(Integer idleTimeout)
public Integer getAuthTimeout()
public void setAuthTimeout(Integer authTimeout)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.