Class: Google::Cloud::VMMigration::V1::CycleStep
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::CycleStep
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
CycleStep holds information about a step progress.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time the cycle step has ended.
-
#initializing_replication ⇒ ::Google::Cloud::VMMigration::V1::InitializingReplicationStep
Initializing replication step.
-
#post_processing ⇒ ::Google::Cloud::VMMigration::V1::PostProcessingStep
Post processing step.
-
#replicating ⇒ ::Google::Cloud::VMMigration::V1::ReplicatingStep
Replicating step.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The time the cycle step has started.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the cycle step has ended.
96 97 98 99 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 96 class CycleStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#initializing_replication ⇒ ::Google::Cloud::VMMigration::V1::InitializingReplicationStep
Returns Initializing replication step.
96 97 98 99 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 96 class CycleStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#post_processing ⇒ ::Google::Cloud::VMMigration::V1::PostProcessingStep
Returns Post processing step.
96 97 98 99 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 96 class CycleStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |