Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1 KB

SyncRule.md

File metadata and controls

13 lines (9 loc) · 1 KB

SyncRule

Properties

Name Type Description Notes
Description string User-entered description of this performance rule. [optional] [default to null]
Enabled bool Whether this performance rule is currently in effect during its specified intervals. [optional] [default to null]
Limit int32 Amount the specified system resource type is limited by this rule. Units are kb/s for bandwidth, files/s for file-count, processing percentage used for cpu, or percentage of maximum available workers. [optional] [default to null]
Schedule *SyncRuleSchedule A schedule defining when during a week this performance rule is in effect. If unspecified or null, the schedule will always be in effect. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]