public interface CopyRun
Modifier and Type | Method and Description |
---|---|
List<CopySnapshotTaskStatus> |
copySnapshotTasks()
Specifies the status information of each task that copies the snapshot
taken for a backup source.
|
Optional<String> |
error()
Specifies if an error occurred (if any) while running this task.
|
Optional<Instant> |
expiryTime()
Specifies expiry time of the copies of the snapshots in this backup group
run.
|
Instant |
runStartTime()
Specifies start time of the copy run.
|
Optional<CopyRunStats> |
stats()
Stats for one copy task or aggregated stats of a Copy Run in a backup group
run.
|
StatusCopyRun |
status()
Specifies the aggregated status of copy tasks.
|
SnapshotTargetSettings |
target()
Specifies settings about a target where a copied snapshot is stored.
|
List<CopySnapshotTaskStatus> copySnapshotTasks()
Optional<String> error()
Optional<Instant> expiryTime()
Instant runStartTime()
Optional<CopyRunStats> stats()
StatusCopyRun status()
SnapshotTargetSettings target()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.