Interface SshConnector
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface SshConnector
extends org.jvnet.hk2.config.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
org.jvnet.hk2.config.ConfigBeanProxy.Duck -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the sshhost property.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 Details
-
getSshPort
String getSshPort()Gets the value of the sshport property.- Returns:
- possible object is
String
-
setSshPort
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
Sets the value of the sshhost property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getSshAuth
SshAuth getSshAuth() -
setSshAuth
-