Package | Description |
---|---|
com.suse.salt.netapi.calls.modules |
Modifier and Type | Method and Description |
---|---|
static LocalCall<Schedule.Result> |
Schedule.add(java.lang.String name,
LocalCall<?> call,
java.time.LocalDateTime once,
java.util.Map<java.lang.String,?> metadata)
Schedule a salt call for later execution on the minion
|
static LocalCall<Schedule.Result> |
Schedule.delete(java.lang.String name)
Delete a schedule entry
|