Capacity Schedule CIfc
Properties
The data associated with the capacity schedule
The time from the beginning of the replication to the time that the schedule is to start
Indicates whether the schedule should be started automatically upon initialization, default is true
The schedule repeat flag controls whether the entire schedule will repeat after its entire duration has elapsed. The default is to repeat the schedule. The use of this flag only makes sense if a finite schedule length is specified
The capacity schedule item data as a list
Functions
The same listener cannot be added more than once. Listeners are notified of schedule changes in the sequence by which they were added.
Adds an item to the schedule. Each item is added consecutively to the schedule in the order added. The start time of the 2nd capacity change is the ending time of the first capacity change and so on.
Allow the creation of capacity schedule items via a data class
Removes all capacity items from the schedule
Uses the supplied JSON string to configure the schedule via CapacityScheduleData
Returns the current settings in the form of the data type that can be serialized.
Deletes all listeners
Converts the configuration settings to JSON