Interface SshConnector
-
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface SshConnector extends org.jvnet.hk2.config.ConfigBeanProxyA cluster defines a homogeneous set of server instances that share the same applications, resources, and configuration.
-
-
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.
-
-
-
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)
-
-