| Class | Description |
|---|---|
| SchedulePolicyCreateCommand |
Command to create a new schedule
params:
schedule - JSONObject that incorporates all schedule details
|
| SchedulePolicyListCommand |
Command to list all the available schedules - no explicit parameters needed
|
| SchedulePolicyModifyCommand |
Command to modify schedule record
params:
schedule ID
name - if not present do not change
rules JSONArray - if not present do not change
|
| SchedulePolicyRemoveCommand |
Command to remove schedule - CLDB should check whether this record can be removed
meaning if no volume is using this schedule
|