Interface SshConnector
-
- All Superinterfaces:
ConfigBeanProxy
public interface SshConnector extends ConfigBeanProxy
A cluster defines a homogeneous set of server instances that share the same applications, resources, and configuration.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SshAuthgetSshAuth()StringgetSshHost()Gets the value of the sshhost property.StringgetSshPort()Gets the value of the sshport property.voidsetSshAuth(SshAuth auth)voidsetSshHost(String value)Sets the value of the sshhost property.voidsetSshPort(String value)Sets the value of the sshport property.-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
getSshPort
String getSshPort()
Gets the value of the sshport property.- Returns:
- possible object is
String
-
setSshPort
void setSshPort(String value) throws PropertyVetoException
Sets the value of the sshport property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getSshHost
String getSshHost()
Gets the value of the sshhost property.- Returns:
- possible object is
String
-
setSshHost
void setSshHost(String value) throws PropertyVetoException
Sets the value of the sshhost property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getSshAuth
SshAuth getSshAuth()
-
setSshAuth
void setSshAuth(SshAuth auth)
-
-