Class: Google::Cloud::VMMigration::V1::CutoverStep

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns The time the step has ended.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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