Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
2.4. Changed Class: RemoteInstallManagerRemote
| New Method |
|---|
void checkSSHConnection(Subject subject, RemoteAccessInfo remoteAccessInfo) throws SSHSecurityException;
|
AgentInstallInfo installAgent(Subject subject, RemoteAccessInfo remoteAccessInfo, CustomAgentInstallData customData);
|
String uninstallAgent(Subject subject, RemoteAccessInfo remoteAccessInfo, String agentInstallPath);
|
void addBundleGroupsToRole(Subject subject, int roleId, int[] bundleGroupIds);
|
| Deprecated Method |
|---|
AgentInstallInfo installAgent(Subject subject, RemoteAccessInfo remoteAccessInfo, String parentPath);
|