public interface SourceBackupStatus
Modifier and Type | Method and Description |
---|---|
Optional<String> |
error()
Specifies if an error occurred (if any) while running this task.
|
boolean |
isFullBackup()
Specifies whether this is a 'FULL' or 'REGULAR' backup of the Run.
|
int |
numRestarts()
Specifies the number of times the the task was restarted because of the
changes on the backup source host.
|
boolean |
quiesced()
Specifies if app-consistent snapshot was captured.
|
boolean |
slaViolated()
Specifies if the SLA was violated for the backup group run.
|
VCloudProtectionSource |
source()
Specifies the vCloud protected source info.
|
BackupSourceStats |
stats()
Specifies statistics about a Backup task in backup group run.
|
StatusSourceBackupStatus |
status()
Specifies the status of the source object being protected.
|
Set<String> |
warnings()
Array of Warnings.
|
Optional<String> error()
boolean isFullBackup()
int numRestarts()
boolean quiesced()
boolean slaViolated()
VCloudProtectionSource source()
BackupSourceStats stats()
StatusSourceBackupStatus status()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.