ProtectedItemJobProperties interface
Protected item job properties.
Properties
| display |
Gets or sets the job friendly display name. |
| end |
Gets or sets end time of the job. |
| id | Gets or sets job Id. |
| name | Gets or sets job name. |
| scenario |
Gets or sets protection scenario name. |
| start |
Gets or sets start time of the job. |
| state | Gets or sets job state. |
Property Details
displayName
Gets or sets the job friendly display name.
displayName?: string
Property Value
string
endTime
Gets or sets end time of the job.
endTime?: Date
Property Value
Date
id
Gets or sets job Id.
id?: string
Property Value
string
name
Gets or sets job name.
name?: string
Property Value
string
scenarioName
Gets or sets protection scenario name.
scenarioName?: string
Property Value
string
startTime
Gets or sets start time of the job.
startTime?: Date
Property Value
Date
state
Gets or sets job state.
state?: string
Property Value
string