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