Class ReplicationStatus (1.19.0)

ReplicationStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Disaster Recovery(DR) replication status of the reservation.

Attributes

Name Description
error google.rpc.status_pb2.Status
Output only. The last error encountered while trying to replicate changes from the primary to the secondary. This field is only available if the replication has not succeeded since.
last_error_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the last error was encountered while trying to replicate changes from the primary to the secondary. This field is only available if the replication has not succeeded since.
last_replication_time google.protobuf.timestamp_pb2.Timestamp
Output only. A timestamp corresponding to the last change on the primary that was successfully replicated to the secondary.
soft_failover_start_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which a soft failover for the reservation and its associated datasets was initiated. After this field is set, all subsequent changes to the reservation will be rejected unless a hard failover overrides this operation. This field will be cleared once the failover is complete.