public interface BackupRun
Modifier and Type | Method and Description |
---|---|
Optional<String> |
errorMessage()
Specifies if an error occurred (if any) while running this task.
|
boolean |
metadataDeleted()
Specifies if the metadata and snapshots associated with this backup group
run have been deleted.
|
boolean |
quiesced()
Specifies if app-consistent snapshot was captured.
|
RunType |
runType()
Specifies the type of backup.
|
Optional<Boolean> |
slaViolated()
Specifies if the SLA was violated for the backup group run.
|
boolean |
snapshotsDeleted()
Specifies if backup snapshots associated with this backup group run have
been marked for deletion because of the retention settings in the policy or
if they were manually deleted.
|
Optional<Instant> |
snapshotsDeletedTime()
Specifies the time that snapshots were deleted.
|
Set<SourceBackupStatus> |
sourceBackupStatus()
Array of Source Object Backup Status.
|
BackupRunStats |
stats()
Specifies statistics about a backup group run.
|
StatusBackupRun |
status()
Specifies the status of Backup task.
|
Optional<String> |
successMessage()
Specifies a message after finishing the task successfully.
|
List<String> |
warnings()
Array of Warnings.
|
Optional<String> errorMessage()
Optional<String> successMessage()
boolean metadataDeleted()
boolean quiesced()
RunType runType()
Optional<Boolean> slaViolated()
boolean snapshotsDeleted()
Optional<Instant> snapshotsDeletedTime()
Set<SourceBackupStatus> sourceBackupStatus()
Specifies the status of backing up each source objects (such as VMs) associated with the backup group run.
BackupRunStats stats()
StatusBackupRun status()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.