Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.31 KB

JobJobCreateParams.md

File metadata and controls

20 lines (16 loc) · 1.31 KB

JobJobCreateParams

Properties

Name Type Description Notes
allow_dup bool Whether or not to queue the job if one of the same type is already running or queued. [optional]
avscan_params JobJobAvscanParams [optional]
changelistcreate_params JobJobChangelistcreateParams [optional]
domainmark_params JobJobDomainmarkParams [optional]
paths list[str] For jobs which take paths, the IFS paths to pass to the job. [optional]
policy str Impact policy of this job instance. [optional]
prepair_params JobJobPrepairParams [optional]
priority int Priority of this job instance; lower numbers preempt higher numbers. [optional]
smartpoolstree_params JobJobSmartpoolstreeParams [optional]
snaprevert_params JobJobSnaprevertParams [optional]
type str Job type to queue.

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