Schedule Properties |
The Schedule type exposes the following members.
Name | Description | |
---|---|---|
Frequency |
Indicates the frequency of the schedule occurrence. Set this to a type that inherits from Frequency.
Valid types are:
DayOfWeekFrequency
DayOfMonthFrequency
TimeIntervalFrequency
| |
HasError |
Indicates whether or not the schedule has errors.
| |
LastRunStatus |
Indicates the status of the last scheduled snapshot.
Valid values are:
Success
Failed
| |
LastRunTimeStarted |
Indicates the last time the schedule started n ISO 8601 date string.
Valid values are:
Success
Failed
| |
Name |
Unique name assigned to the schedule.
| |
Paused |
Indicates whether or not the schedule is paused.
| |
Recurring |
Indicates whether or not the schedule is recurring.
| |
RunNextInterval |
Indicates whether or not the schedule will run the next time the scheduler is active. When set to "true", the schedule will run the next time the scheduler is active and then reset back to "false".
| |
ScheduleID |
Unique ID of the schedule
| |
ScheduleInfo |
Includes the unique name given to the schedule, the retention period for the snapshot that was created, and the volume ID of the volume from which the snapshot was created.
| |
StartingDate |
Indicates the date the first time the schedule began of will begin. Formatted in UTC time.
| |
ToBeDeleted |
Indicates if the schedule is marked for deletion.
|