Package version:

Interface RestoreStatus

Restore status

interface RestoreStatus {
    errorMessage?: string;
    healthy?: boolean;
    mirrorState?: string;
    relationshipStatus?: string;
    totalTransferBytes?: number;
    unhealthyReason?: string;
}

Properties

errorMessage?: string

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?: boolean

Restore health status NOTE: This property will not be serialized. It can only be populated by the server.

mirrorState?: string

The status of the restore NOTE: This property will not be serialized. It can only be populated by the server.

relationshipStatus?: string

Status of the restore SnapMirror relationship NOTE: This property will not be serialized. It can only be populated by the server.

totalTransferBytes?: number

Displays the total bytes transferred NOTE: This property will not be serialized. It can only be populated by the server.

unhealthyReason?: string

Reason for the unhealthy restore relationship NOTE: This property will not be serialized. It can only be populated by the server.