Class: Google::Cloud::VMMigration::V1::CloneStep
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::CloneStep
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
CloneStep holds information about the clone step progress.
Instance Attribute Summary collapse
-
#adapting_os ⇒ ::Google::Cloud::VMMigration::V1::AdaptingOSStep
Adapting OS step.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time the step has ended.
-
#instantiating_migrated_vm ⇒ ::Google::Cloud::VMMigration::V1::InstantiatingMigratedVMStep
Instantiating migrated VM step.
-
#preparing_vm_disks ⇒ ::Google::Cloud::VMMigration::V1::PreparingVMDisksStep
Preparing VM disks step.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The time the step has started.
Instance Attribute Details
#adapting_os ⇒ ::Google::Cloud::VMMigration::V1::AdaptingOSStep
Returns Adapting OS step.
359 360 361 362 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 359 class CloneStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the step has ended.
359 360 361 362 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 359 class CloneStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instantiating_migrated_vm ⇒ ::Google::Cloud::VMMigration::V1::InstantiatingMigratedVMStep
Returns Instantiating migrated VM step.
359 360 361 362 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 359 class CloneStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#preparing_vm_disks ⇒ ::Google::Cloud::VMMigration::V1::PreparingVMDisksStep
Returns Preparing VM disks step.
359 360 361 362 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 359 class CloneStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |