Class: Google::Cloud::VMMigration::V1::ReplicatingStep
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::ReplicatingStep
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
ReplicatingStep contains specific step details.
Instance Attribute Summary collapse
-
#last_thirty_minutes_average_bytes_per_second ⇒ ::Integer
The source disks replication rate for the last 30 minutes in bytes per second.
-
#last_two_minutes_average_bytes_per_second ⇒ ::Integer
The source disks replication rate for the last 2 minutes in bytes per second.
-
#replicated_bytes ⇒ ::Integer
Replicated bytes in the step.
-
#total_bytes ⇒ ::Integer
Total bytes to be handled in the step.
Instance Attribute Details
#last_thirty_minutes_average_bytes_per_second ⇒ ::Integer
Returns The source disks replication rate for the last 30 minutes in bytes per second.
122 123 124 125 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 122 class ReplicatingStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#last_two_minutes_average_bytes_per_second ⇒ ::Integer
Returns The source disks replication rate for the last 2 minutes in bytes per second.
122 123 124 125 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 122 class ReplicatingStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#replicated_bytes ⇒ ::Integer
Returns Replicated bytes in the step.
122 123 124 125 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 122 class ReplicatingStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_bytes ⇒ ::Integer
Returns Total bytes to be handled in the step.
122 123 124 125 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 122 class ReplicatingStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |