Change<T> |
Represents a change from some old value to a new one.
|
CmdResult |
Result structure as returned by cmd.exec_code_all, cmd.run_all, cmd.script to be parsed from event data.
|
GitResult |
Result structure as returned by git status.
|
ModuleRun<R> |
result of a module.run in a state file
|
Result<R> |
Representation of call results for a single minion implemented as a wrapper around
Xor .
|
Ret<T> |
Wrapper object representing a "ret" element to be parsed from event data.
|
Return<T> |
Represents a Salt API result.
|
SSHRawResult |
Wrapper class for salt-ssh raw calls results.
|
SSHResult<T> |
Wrapper class for salt-ssh results.
|
StateApplyResult<R> |
Result structure as returned by state.apply to be parsed from event data.
|