Class: Google::Cloud::NetApp::V1::TransferStats
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::TransferStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/replication.rb
Overview
TransferStats reports all statistics related to replication transfer.
Instance Attribute Summary collapse
-
#lag_duration ⇒ ::Google::Protobuf::Duration
Lag duration indicates the duration by which Destination region volume content lags behind the primary region volume content.
-
#last_transfer_bytes ⇒ ::Integer
Last transfer size in bytes.
-
#last_transfer_duration ⇒ ::Google::Protobuf::Duration
Time taken during last transfer.
-
#last_transfer_end_time ⇒ ::Google::Protobuf::Timestamp
Time when last transfer completed.
-
#last_transfer_error ⇒ ::String
A message describing the cause of the last transfer failure.
-
#total_transfer_duration ⇒ ::Google::Protobuf::Duration
Cumulative time taken across all transfers for the replication relationship.
-
#transfer_bytes ⇒ ::Integer
Cumulative bytes trasferred so far for the replication relatinonship.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Time when progress was updated last.
Instance Attribute Details
#lag_duration ⇒ ::Google::Protobuf::Duration
Returns Lag duration indicates the duration by which Destination region volume content lags behind the primary region volume content.
51 52 53 54 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 51 class TransferStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#last_transfer_bytes ⇒ ::Integer
Returns Last transfer size in bytes.
51 52 53 54 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 51 class TransferStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#last_transfer_duration ⇒ ::Google::Protobuf::Duration
Returns Time taken during last transfer.
51 52 53 54 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 51 class TransferStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#last_transfer_end_time ⇒ ::Google::Protobuf::Timestamp
Returns Time when last transfer completed.
51 52 53 54 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 51 class TransferStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#last_transfer_error ⇒ ::String
Returns A message describing the cause of the last transfer failure.
51 52 53 54 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 51 class TransferStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_transfer_duration ⇒ ::Google::Protobuf::Duration
Returns Cumulative time taken across all transfers for the replication relationship.
51 52 53 54 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 51 class TransferStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transfer_bytes ⇒ ::Integer
Returns Cumulative bytes trasferred so far for the replication relatinonship.
51 52 53 54 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 51 class TransferStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns Time when progress was updated last.
51 52 53 54 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 51 class TransferStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |