Uses of Class
com.suse.salt.netapi.results.SSHRawResult
-
Packages that use SSHRawResult Package Description com.suse.salt.netapi.client com.suse.salt.netapi.parser -
-
Uses of SSHRawResult in com.suse.salt.netapi.client
Methods in com.suse.salt.netapi.client that return types with arguments of type SSHRawResult 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). -
Uses of SSHRawResult in com.suse.salt.netapi.parser
Fields in com.suse.salt.netapi.parser with type parameters of type SSHRawResult Modifier and Type Field Description static JsonParser<Return<List<Map<String,Result<SSHRawResult>>>>>
JsonParser. RUNSSHRAW_RESULTS
-