| Interface | Description | 
|---|---|
| Call<R> | 
 Interface for all function calls in salt. 
 | 
| Class | Description | 
|---|---|
| Data<R> | 
 Data field of a WheelResult. 
 | 
| LocalAsyncResult<R> | 
 Result of calling a execution module function asynchronously. 
 | 
| LocalCall<R> | 
 Class representing a function call of a salt execution module. 
 | 
| RunnerAsyncResult<R> | 
 Result of calling a runner module function asynchronously. 
 | 
| RunnerCall<R> | 
 Class representing a function call of a salt runner module. 
 | 
| ScheduledJob<R> | 
 Common class representing a scheduled job. 
 | 
| WheelAsyncResult<R> | 
 Result of calling a wheel module function asynchronously. 
 | 
| WheelCall<R> | 
 Class representing a function call of a salt wheel module. 
 | 
| WheelResult<R> | 
 Wrapper around the wheel functions return type. 
 | 
| Enum | Description | 
|---|---|
| Client | 
 Possible values for the client parameter in salt netapi calls. 
 | 
Copyright © 2016. All rights reserved.