DpmJob |
DpmJob.withActionsInfo(List<JobSupportedAction> actionsInfo) |
Set the actionsInfo property: The state/actions applicable on this job like cancel/retry.
|
DpmJob |
DpmJob.withActivityId(String activityId) |
Set the activityId property: ActivityId of job.
|
DpmJob |
DpmJob.withBackupManagementType(BackupManagementType backupManagementType) |
Set the backupManagementType property: Backup management type to execute the current job.
|
DpmJob |
DpmJob.withContainerName(String containerName) |
Set the containerName property: Name of cluster/server protecting current backup item, if any.
|
DpmJob |
DpmJob.withContainerType(String containerType) |
Set the containerType property: Type of container.
|
DpmJob |
DpmJob.withDpmServerName(String dpmServerName) |
Set the dpmServerName property: DPM server name managing the backup item or backup job.
|
DpmJob |
DpmJob.withDuration(Duration duration) |
Set the duration property: Time elapsed for job.
|
DpmJob |
DpmJob.withEndTime(OffsetDateTime endTime) |
Set the endTime property: The end time.
|
DpmJob |
DpmJob.withEntityFriendlyName(String entityFriendlyName) |
Set the entityFriendlyName property: Friendly name of the entity on which the current job is executing.
|
DpmJob |
DpmJob.withErrorDetails(List<DpmErrorInfo> errorDetails) |
Set the errorDetails property: The errors.
|
DpmJob |
DpmJob.withExtendedInfo(DpmJobExtendedInfo extendedInfo) |
Set the extendedInfo property: Additional information for this job.
|
DpmJob |
DpmJob.withOperation(String operation) |
Set the operation property: The operation name.
|
DpmJob |
DpmJob.withStartTime(OffsetDateTime startTime) |
Set the startTime property: The start time.
|
DpmJob |
DpmJob.withStatus(String status) |
Set the status property: Job status.
|
DpmJob |
DpmJob.withWorkloadType(String workloadType) |
Set the workloadType property: Type of backup item.
|