TransferStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)
TransferStats reports all statistics related to replication transfer.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
transfer_bytes |
int
bytes trasferred so far in current transfer. This field is a member of oneof _ _transfer_bytes .
|
total_transfer_duration |
google.protobuf.duration_pb2.Duration
Total time taken during transfer. This field is a member of oneof _ _total_transfer_duration .
|
last_transfer_bytes |
int
Last transfer size in bytes. This field is a member of oneof _ _last_transfer_bytes .
|
last_transfer_duration |
google.protobuf.duration_pb2.Duration
Time taken during last transfer. This field is a member of oneof _ _last_transfer_duration .
|
lag_duration |
google.protobuf.duration_pb2.Duration
Lag duration indicates the duration by which Destination region volume content lags behind the primary region volume content. This field is a member of oneof _ _lag_duration .
|
update_time |
google.protobuf.timestamp_pb2.Timestamp
Time when progress was updated last. This field is a member of oneof _ _update_time .
|
last_transfer_end_time |
google.protobuf.timestamp_pb2.Timestamp
Time when last transfer completed. This field is a member of oneof _ _last_transfer_end_time .
|
last_transfer_error |
str
A message describing the cause of the last transfer failure. This field is a member of oneof _ _last_transfer_error .
|