MabJob |
MabJob.withActionsInfo(List<JobSupportedAction> actionsInfo) |
Set the actionsInfo property: The state/actions applicable on jobs like cancel/retry.
|
MabJob |
MabJob.withActivityId(String activityId) |
Set the activityId property: ActivityId of job.
|
MabJob |
MabJob.withBackupManagementType(BackupManagementType backupManagementType) |
Set the backupManagementType property: Backup management type to execute the current job.
|
MabJob |
MabJob.withDuration(Duration duration) |
Set the duration property: Time taken by job to run.
|
MabJob |
MabJob.withEndTime(OffsetDateTime endTime) |
Set the endTime property: The end time.
|
MabJob |
MabJob.withEntityFriendlyName(String entityFriendlyName) |
Set the entityFriendlyName property: Friendly name of the entity on which the current job is executing.
|
MabJob |
MabJob.withErrorDetails(List<MabErrorInfo> errorDetails) |
Set the errorDetails property: The errors.
|
MabJob |
MabJob.withExtendedInfo(MabJobExtendedInfo extendedInfo) |
Set the extendedInfo property: Additional information on the job.
|
MabJob |
MabJob.withMabServerName(String mabServerName) |
Set the mabServerName property: Name of server protecting the DS.
|
MabJob |
MabJob.withMabServerType(MabServerType mabServerType) |
Set the mabServerType property: Server type of MAB container.
|
MabJob |
MabJob.withOperation(String operation) |
Set the operation property: The operation name.
|
MabJob |
MabJob.withStartTime(OffsetDateTime startTime) |
Set the startTime property: The start time.
|
MabJob |
MabJob.withStatus(String status) |
Set the status property: Job status.
|
MabJob |
MabJob.withWorkloadType(WorkloadType workloadType) |
Set the workloadType property: Workload type of backup item.
|