Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobFilter

Package version

interface

An interface representing JobFilter. Filters that can be specified for the job

Hierarchy

  • JobFilter

Index

Properties

Properties

jobType

jobType: JobType
member

{JobType} jobType The job type. Possible values include: 'Backup', 'Clone', 'Failover', 'DownloadUpdates', 'InstallUpdates'

Optional startTime

startTime: Date
member

{Date} [startTime] The start time of the job.

status

status: JobStatus
member

{JobStatus} status The job status. Possible values include: 'Invalid', 'Running', 'Succeeded', 'Failed', 'Canceled', 'Paused', 'Scheduled'

Generated using TypeDoc