RestoreStatus interface
Restore status
Properties
| error |
Displays error message if the restore is in an error state NOTE: This property will not be serialized. It can only be populated by the server. |
| healthy | Restore health status NOTE: This property will not be serialized. It can only be populated by the server. |
| mirror |
The status of the restore NOTE: This property will not be serialized. It can only be populated by the server. |
| relationship |
Status of the restore SnapMirror relationship NOTE: This property will not be serialized. It can only be populated by the server. |
| total |
Displays the total bytes transferred NOTE: This property will not be serialized. It can only be populated by the server. |
| unhealthy |
Reason for the unhealthy restore relationship NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errorMessage
Displays error message if the restore is in an error state NOTE: This property will not be serialized. It can only be populated by the server.
errorMessage?: string
Property Value
string
healthy
Restore health status NOTE: This property will not be serialized. It can only be populated by the server.
healthy?: boolean
Property Value
boolean
mirrorState
The status of the restore NOTE: This property will not be serialized. It can only be populated by the server.
mirrorState?: string
Property Value
string
relationshipStatus
Status of the restore SnapMirror relationship NOTE: This property will not be serialized. It can only be populated by the server.
relationshipStatus?: string
Property Value
string
totalTransferBytes
Displays the total bytes transferred NOTE: This property will not be serialized. It can only be populated by the server.
totalTransferBytes?: number
Property Value
number
unhealthyReason
Reason for the unhealthy restore relationship NOTE: This property will not be serialized. It can only be populated by the server.
unhealthyReason?: string
Property Value
string