Share via


RestoreStatus Class

Definition

Restore status

public class RestoreStatus
type RestoreStatus = class
Public Class RestoreStatus
Inheritance
RestoreStatus

Constructors

RestoreStatus()

Initializes a new instance of the RestoreStatus class.

RestoreStatus(Nullable<Boolean>, String, String, String, String, Nullable<Int64>)

Initializes a new instance of the RestoreStatus class.

Properties

ErrorMessage

Gets displays error message if the restore is in an error state

Healthy

Gets restore health status

MirrorState

Gets the status of the restore Possible values include: 'Uninitialized', 'Mirrored', 'Broken'

RelationshipStatus

Gets status of the restore SnapMirror relationship Possible values include: 'Idle', 'Transferring', 'Failed', 'Unknown'

TotalTransferBytes

Gets displays the total bytes transferred

UnhealthyReason

Gets reason for the unhealthy restore relationship

Extension Methods

ConvertToPs(RestoreStatus)

Applies to