RestoreStatus interface
復元の状態
プロパティ
| error |
復元がエラー状態の場合にエラーメッセージを表示します。 |
| healthy | 正常性状態の復元 |
| mirror |
復元のステータス |
| relationship |
リストア SnapMirror 関係のステータス |
| total |
転送された合計バイト数を表示します |
| unhealthy |
正常でない復元関係の理由 |
プロパティの詳細
errorMessage
復元がエラー状態の場合にエラーメッセージを表示します。
errorMessage?: string
プロパティ値
string
healthy
正常性状態の復元
healthy?: boolean
プロパティ値
boolean
mirrorState
復元のステータス
mirrorState?: string
プロパティ値
string
relationshipStatus
リストア SnapMirror 関係のステータス
relationshipStatus?: string
プロパティ値
string
totalTransferBytes
転送された合計バイト数を表示します
totalTransferBytes?: number
プロパティ値
number
unhealthyReason
正常でない復元関係の理由
unhealthyReason?: string
プロパティ値
string