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.
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of thesshHostproperty.Gets the value of thesshPortproperty.voidsetSshAuth(SshAuth sshAuth) voidsetSshHost(String sshHost) Sets the value of thesshHostproperty.voidsetSshPort(String sshPort) Sets the value of thesshPortproperty.Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Method Details
-
getSshPort
String getSshPort()Gets the value of thesshPortproperty.- Returns:
- possible object is
String
-
setSshPort
Sets the value of thesshPortproperty.- Parameters:
sshPort- allowed object isString- Throws:
PropertyVetoException
-
getSshHost
String getSshHost()Gets the value of thesshHostproperty.- Returns:
- possible object is
String
-
setSshHost
Sets the value of thesshHostproperty.- Parameters:
sshHost- allowed object isString- Throws:
PropertyVetoException
-
getSshAuth
SshAuth getSshAuth() -
setSshAuth
-