Uses of Class
com.suse.salt.netapi.calls.SaltSSHConfig
-
Packages that use SaltSSHConfig Package Description com.suse.salt.netapi.calls com.suse.salt.netapi.client -
-
Uses of SaltSSHConfig in com.suse.salt.netapi.calls
Methods in com.suse.salt.netapi.calls that return SaltSSHConfig Modifier and Type Method Description SaltSSHConfig
SaltSSHConfig.Builder. build()
Build the configuration object.Methods in com.suse.salt.netapi.calls with parameters of type SaltSSHConfig Modifier and Type Method Description CompletionStage<Map<String,Result<SSHResult<R>>>>
LocalCall. callSyncSSH(SaltClient client, SSHTarget<?> target, SaltSSHConfig cfg, AuthMethod auth)
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 -
Uses of SaltSSHConfig in com.suse.salt.netapi.client
Methods in com.suse.salt.netapi.client with parameters of type SaltSSHConfig Modifier and Type Method Description <T> CompletionStage<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).
-