DpmJob interface

DPM workload-specific job object.

Extends
Job

Properties

actionsInfo

The state/actions applicable on this job like cancel/retry.

containerName

Name of cluster/server protecting current backup item, if any.

containerType

Type of container.

dpmServerName

DPM server name managing the backup item or backup job.

duration

Time elapsed for job.

errorDetails

The errors.

extendedInfo

Additional information for this job.

jobType

Polymorphic discriminator, which specifies the different types this object can be

workloadType

Type of backup item.

Inherited Properties

activityId

ActivityId of job.

backupManagementType

Backup management type to execute the current job.

endTime

The end time.

entityFriendlyName

Friendly name of the entity on which the current job is executing.

operation

The operation name.

startTime

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

The errors.

errorDetails?: DpmErrorInfo[]

Property Value

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

ActivityId of job.

activityId?: string

Property Value

string

Inherited From Job.activityId

backupManagementType

Backup management type to execute the current job.

backupManagementType?: string

Property Value

string

Inherited From Job.backupManagementType

endTime

The end time.

endTime?: Date

Property Value

Date

Inherited From Job.endTime

entityFriendlyName

Friendly name of the entity on which the current job is executing.

entityFriendlyName?: string

Property Value

string

Inherited From Job.entityFriendlyName

operation

The operation name.

operation?: string

Property Value

string

Inherited From Job.operation

startTime

The start time.

startTime?: Date

Property Value

Date

Inherited From Job.startTime

status

Job status.

status?: string

Property Value

string

Inherited From Job.status