RestoreStatus

public struct RestoreStatus : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let currentRestoreRateInMegaBytesPerSecond: Double?
  • 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.

    Declaration

    Swift

    public let elapsedTimeInSeconds: Int64?
  • 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.

    Declaration

    Swift

    public let estimatedTimeToCompletionInSeconds: Int64?
  • 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.

    Declaration

    Swift

    public let progressInMegaBytes: Int64?
  • 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.

    Declaration

    Swift

    public let snapshotSizeInMegaBytes: Int64?
  • The status of the restore action. Returns starting, restoring, completed, or failed.

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

    public init(currentRestoreRateInMegaBytesPerSecond: Double? = nil, elapsedTimeInSeconds: Int64? = nil, estimatedTimeToCompletionInSeconds: Int64? = nil, progressInMegaBytes: Int64? = nil, snapshotSizeInMegaBytes: Int64? = nil, status: String? = nil)