Package | Description |
---|---|
com.suse.salt.netapi.calls | |
com.suse.salt.netapi.client |
Modifier and Type | Method and Description |
---|---|
SaltSSHConfig |
SaltSSHConfig.Builder.build()
Build the configuration object.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Result<SSHResult<R>>> |
LocalCall.callSyncSSH(SaltClient client,
Target<?> target,
SaltSSHConfig cfg)
Call an execution module function on the given target via salt-ssh and synchronously
wait for the result.
|
static void |
SaltSSHUtils.mapConfigPropsToArgs(SaltSSHConfig cfg,
Map<String,Object> props)
Maps config parameters to salt-ssh rest arguments
|
Modifier and Type | Method and Description |
---|---|
<T> Map<String,Result<SSHRawResult>> |
SaltClient.runRawSSHCommand(String command,
Target<T> target,
SaltSSHConfig cfg)
Calls salt-ssh with a command in raw shell mode (commands bypass Salt and
gets executed as shell commands).
|
Copyright © 2016. All rights reserved.