ScheduleObject Class |
Namespace: SolidFire.Element.Api
public class ScheduleObject : RpcBase
The ScheduleObject type exposes the following members.
Name | Description | |
---|---|---|
ScheduleObject | Initializes a new instance of the ScheduleObject class |
Name | Description | |
---|---|---|
Attributes | ||
HasError |
Indicates whether or not the schedule has errors.
| |
Hours | ||
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
| |
Minutes | ||
Monthdays | ||
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.
| |
ScheduleName | ||
ScheduleType | ||
SnapMirrorLabel |
The snapMirrorLabel to be applied to the created Snapshot or Group Snapshot, contained in the scheduleInfo.
| |
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.
| |
Weekdays |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |