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
577 578 579 580 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 577 class CutoverStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#final_sync ⇒ ::Google::Cloud::VMMigration::V1::ReplicationCycle
577 578 579 580 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 577 class CutoverStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instantiating_migrated_vm ⇒ ::Google::Cloud::VMMigration::V1::InstantiatingMigratedVMStep
577 578 579 580 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 577 class CutoverStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#preparing_vm_disks ⇒ ::Google::Cloud::VMMigration::V1::PreparingVMDisksStep
577 578 579 580 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 577 class CutoverStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#previous_replication_cycle ⇒ ::Google::Cloud::VMMigration::V1::ReplicationCycle
577 578 579 580 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 577 class CutoverStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shutting_down_source_vm ⇒ ::Google::Cloud::VMMigration::V1::ShuttingDownSourceVMStep
577 578 579 580 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 577 class CutoverStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
577 578 579 580 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 577 class CutoverStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |