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.
Note: The following fields are mutually exclusive: adapting_os, preparing_vm_disks, instantiating_migrated_vm. If a field in that set is populated, all other fields in the set will automatically be cleared.
371 372 373 374 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 371 class CloneStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the step has ended.
371 372 373 374 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 371 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.
Note: The following fields are mutually exclusive: instantiating_migrated_vm, adapting_os, preparing_vm_disks. If a field in that set is populated, all other fields in the set will automatically be cleared.
371 372 373 374 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 371 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.
Note: The following fields are mutually exclusive: preparing_vm_disks, adapting_os, instantiating_migrated_vm. If a field in that set is populated, all other fields in the set will automatically be cleared.
371 372 373 374 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 371 class CloneStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the step has started.
371 372 373 374 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 371 class CloneStep include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |