|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gridkit.vicluster.telecontrol.ssh.RemoteNodeProps
public class RemoteNodeProps
Config properties for remote nodes.
| Field Summary | |
|---|---|
static String |
ACCOUNT
Hint, which account to use |
static String |
HOST
Hint, where to execute process |
static String |
JAR_CACHE_PATH
Hint. |
static String |
JAVA_EXEC
Hint, remote path to java executable |
static String |
PASSWORD
|
static String |
SSH_AUTH_METHODS
|
static String |
SSH_CREDENTIAL_FILE
|
static String |
SSH_KEY_FILE
|
| Constructor Summary | |
|---|---|
protected |
RemoteNodeProps(ViConfigurable target)
|
| Method Summary | |
|---|---|
static RemoteNodeProps |
at(ViConfigurable target)
|
RemoteNodeProps |
setRemoteAccount(String account)
|
static void |
setRemoteAccount(ViConfigurable config,
String account)
|
RemoteNodeProps |
setRemoteHost(String host)
|
static void |
setRemoteHost(ViConfigurable config,
String host)
|
RemoteNodeProps |
setRemoteJarCachePath(String jarCachePath)
|
static void |
setRemoteJarCachePath(ViConfigurable config,
String jarCachePath)
|
RemoteNodeProps |
setRemoteJavaExec(String javaExec)
|
static void |
setRemoteJavaExec(ViConfigurable config,
String javaExec)
|
RemoteNodeProps |
setSshConfig(String path)
|
static void |
setSshConfig(ViConfigurable config,
String path)
|
RemoteNodeProps |
setSshPrivateKey(String path)
|
static void |
setSshPrivateKey(ViConfigurable config,
String path)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String HOST
public static String ACCOUNT
public static String PASSWORD
public static String SSH_AUTH_METHODS
public static String SSH_KEY_FILE
public static String SSH_CREDENTIAL_FILE
public static String JAVA_EXEC
public static String JAR_CACHE_PATH
| Constructor Detail |
|---|
protected RemoteNodeProps(ViConfigurable target)
| Method Detail |
|---|
public static RemoteNodeProps at(ViConfigurable target)
public static void setRemoteHost(ViConfigurable config,
String host)
public RemoteNodeProps setRemoteHost(String host)
public static void setRemoteAccount(ViConfigurable config,
String account)
public RemoteNodeProps setRemoteAccount(String account)
public static void setSshConfig(ViConfigurable config,
String path)
public RemoteNodeProps setSshConfig(String path)
public static void setSshPrivateKey(ViConfigurable config,
String path)
public RemoteNodeProps setSshPrivateKey(String path)
public static void setRemoteJavaExec(ViConfigurable config,
String javaExec)
public RemoteNodeProps setRemoteJavaExec(String javaExec)
public static void setRemoteJarCachePath(ViConfigurable config,
String jarCachePath)
public RemoteNodeProps setRemoteJarCachePath(String jarCachePath)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||