public static interface RestoreStatus.Builder extends SdkPojo, CopyableBuilder<RestoreStatus.Builder,RestoreStatus>
| Modifier and Type | Method and Description |
|---|---|
RestoreStatus.Builder |
currentRestoreRateInMegaBytesPerSecond(Double currentRestoreRateInMegaBytesPerSecond)
The number of megabytes per second being transferred from the backup storage.
|
RestoreStatus.Builder |
elapsedTimeInSeconds(Long elapsedTimeInSeconds)
The amount of time an in-progress restore has been running, or the amount of time it took a completed restore
to finish.
|
RestoreStatus.Builder |
estimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)
The estimate of the time remaining before the restore will complete.
|
RestoreStatus.Builder |
progressInMegaBytes(Long progressInMegaBytes)
The number of megabytes that have been transferred from snapshot storage.
|
RestoreStatus.Builder |
snapshotSizeInMegaBytes(Long snapshotSizeInMegaBytes)
The size of the set of snapshot data used to restore the cluster.
|
RestoreStatus.Builder |
status(String status)
The status of the restore action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreStatus.Builder status(String status)
The status of the restore action. Returns starting, restoring, completed, or failed.
status - The status of the restore action. Returns starting, restoring, completed, or failed.RestoreStatus.Builder currentRestoreRateInMegaBytesPerSecond(Double currentRestoreRateInMegaBytesPerSecond)
The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup. This field is only updated when you restore to DC2 and DS2 node types.
currentRestoreRateInMegaBytesPerSecond - The number of megabytes per second being transferred from the backup storage. Returns the average rate
for a completed backup. This field is only updated when you restore to DC2 and DS2 node types.RestoreStatus.Builder snapshotSizeInMegaBytes(Long snapshotSizeInMegaBytes)
The size of the set of snapshot data used to restore the cluster. This field is only updated when you restore to DC2 and DS2 node types.
snapshotSizeInMegaBytes - The size of the set of snapshot data used to restore the cluster. This field is only updated when you
restore to DC2 and DS2 node types.RestoreStatus.Builder progressInMegaBytes(Long progressInMegaBytes)
The number of megabytes that have been transferred from snapshot storage. This field is only updated when you restore to DC2 and DS2 node types.
progressInMegaBytes - The number of megabytes that have been transferred from snapshot storage. This field is only updated
when you restore to DC2 and DS2 node types.RestoreStatus.Builder elapsedTimeInSeconds(Long elapsedTimeInSeconds)
The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish. This field is only updated when you restore to DC2 and DS2 node types.
elapsedTimeInSeconds - The amount of time an in-progress restore has been running, or the amount of time it took a completed
restore to finish. This field is only updated when you restore to DC2 and DS2 node types.RestoreStatus.Builder estimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)
The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore. This field is only updated when you restore to DC2 and DS2 node types.
estimatedTimeToCompletionInSeconds - The estimate of the time remaining before the restore will complete. Returns 0 for a completed
restore. This field is only updated when you restore to DC2 and DS2 node types.Copyright © 2023. All rights reserved.