BackupStatus Class

Backup status.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
BackupStatus

Constructor

BackupStatus(**kwargs)

Variables

healthy
bool

Backup health status.

relationship_status
str or RelationshipStatus

Status of the backup mirror relationship. Possible values include: "Idle", "Transferring".

mirror_state
str or MirrorState

The status of the backup. Possible values include: "Uninitialized", "Mirrored", "Broken".

unhealthy_reason
str

Reason for the unhealthy backup relationship.

error_message
str

Displays error message if the backup is in an error state.

last_transfer_size
<xref:long>

Displays the last transfer size.

last_transfer_type
str

Displays the last transfer type.

total_transfer_bytes
<xref:long>

Displays the total bytes transferred.