Class: Google::Cloud::VMMigration::V1::CutoverStep
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::CutoverStep
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
CutoverStep holds information about the cutover step progress.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time the step has ended.
-
#final_sync ⇒ ::Google::Cloud::VMMigration::V1::ReplicationCycle
Final sync step.
-
#instantiating_migrated_vm ⇒ ::Google::Cloud::VMMigration::V1::InstantiatingMigratedVMStep
Instantiating migrated VM step.
-
#preparing_vm_disks ⇒ ::Google::Cloud::VMMigration::V1::PreparingVMDisksStep
Preparing VM disks step.
-
#previous_replication_cycle ⇒ ::Google::Cloud::VMMigration::V1::ReplicationCycle
A replication cycle prior cutover step.
-
#shutting_down_source_vm ⇒ ::Google::Cloud::VMMigration::V1::ShuttingDownSourceVMStep
Shutting down VM step.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The time the step has started.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the step has ended.
473 474 475 476 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 473 class CutoverStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#final_sync ⇒ ::Google::Cloud::VMMigration::V1::ReplicationCycle
Returns Final sync step.
473 474 475 476 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 473 class CutoverStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instantiating_migrated_vm ⇒ ::Google::Cloud::VMMigration::V1::InstantiatingMigratedVMStep
Returns Instantiating migrated VM step.
473 474 475 476 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 473 class CutoverStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#preparing_vm_disks ⇒ ::Google::Cloud::VMMigration::V1::PreparingVMDisksStep
Returns Preparing VM disks step.
473 474 475 476 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 473 class CutoverStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#previous_replication_cycle ⇒ ::Google::Cloud::VMMigration::V1::ReplicationCycle
Returns A replication cycle prior cutover step.
473 474 475 476 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 473 class CutoverStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shutting_down_source_vm ⇒ ::Google::Cloud::VMMigration::V1::ShuttingDownSourceVMStep
Returns Shutting down VM step.
473 474 475 476 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 473 class CutoverStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the step has started.
473 474 475 476 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 473 class CutoverStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |