Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.22 KB

SyncRuleExtendedExtended.md

File metadata and controls

15 lines (11 loc) · 1.22 KB

SyncRuleExtendedExtended

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]
Id string The system ID given to this performance rule. [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]
Type_ string The type of system resource this rule limits. [optional] [default to null]

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