DpmJob interface
DPM workload-specific job object.
- Extends
Properties
actions |
The state/actions applicable on this job like cancel/retry. |
container |
Name of cluster/server protecting current backup item, if any. |
container |
Type of container. |
dpm |
DPM server name managing the backup item or backup job. |
duration | Time elapsed for job. |
error |
The errors. |
extended |
Additional information for this job. |
job |
Polymorphic discriminator, which specifies the different types this object can be |
workload |
Type of backup item. |
Inherited Properties
activity |
ActivityId of job. |
backup |
Backup management type to execute the current job. |
end |
The end time. |
entity |
Friendly name of the entity on which the current job is executing. |
operation | The operation name. |
start |
The start time. |
status | Job status. |
Property Details
actionsInfo
The state/actions applicable on this job like cancel/retry.
actionsInfo?: JobSupportedAction[]
Property Value
containerName
Name of cluster/server protecting current backup item, if any.
containerName?: string
Property Value
string
containerType
Type of container.
containerType?: string
Property Value
string
dpmServerName
DPM server name managing the backup item or backup job.
dpmServerName?: string
Property Value
string
duration
Time elapsed for job.
duration?: string
Property Value
string
errorDetails
extendedInfo
Additional information for this job.
extendedInfo?: DpmJobExtendedInfo
Property Value
jobType
Polymorphic discriminator, which specifies the different types this object can be
jobType: "DpmJob"
Property Value
"DpmJob"
workloadType
Type of backup item.
workloadType?: string
Property Value
string
Inherited Property Details
activityId
backupManagementType
Backup management type to execute the current job.
backupManagementType?: string
Property Value
string
Inherited From Job.backupManagementType
endTime
entityFriendlyName
Friendly name of the entity on which the current job is executing.
entityFriendlyName?: string
Property Value
string
Inherited From Job.entityFriendlyName