Uses of Class
com.suse.salt.netapi.calls.SaltSSHConfig
Packages that use SaltSSHConfig
-
Uses of SaltSSHConfig in com.suse.salt.netapi.calls
Methods in com.suse.salt.netapi.calls that return SaltSSHConfigMethods in com.suse.salt.netapi.calls with parameters of type SaltSSHConfigModifier and TypeMethodDescriptionLocalCall.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 voidSaltSSHUtils.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 SaltSSHConfigModifier and TypeMethodDescription<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).