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:



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

Returns Final sync step.

Note: The following fields are mutually exclusive: final_sync, previous_replication_cycle, shutting_down_source_vm, preparing_vm_disks, instantiating_migrated_vm. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::VMMigration::V1::ReplicationCycle)

    Final sync step.

    Note: The following fields are mutually exclusive: final_sync, previous_replication_cycle, shutting_down_source_vm, preparing_vm_disks, instantiating_migrated_vm. If a field in that set is populated, all other fields in the set will automatically be cleared.



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

Returns Instantiating migrated VM step.

Note: The following fields are mutually exclusive: instantiating_migrated_vm, previous_replication_cycle, shutting_down_source_vm, final_sync, preparing_vm_disks. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::VMMigration::V1::InstantiatingMigratedVMStep)

    Instantiating migrated VM step.

    Note: The following fields are mutually exclusive: instantiating_migrated_vm, previous_replication_cycle, shutting_down_source_vm, final_sync, preparing_vm_disks. If a field in that set is populated, all other fields in the set will automatically be cleared.



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

Returns Preparing VM disks step.

Note: The following fields are mutually exclusive: preparing_vm_disks, previous_replication_cycle, shutting_down_source_vm, final_sync, instantiating_migrated_vm. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::VMMigration::V1::PreparingVMDisksStep)

    Preparing VM disks step.

    Note: The following fields are mutually exclusive: preparing_vm_disks, previous_replication_cycle, shutting_down_source_vm, final_sync, instantiating_migrated_vm. If a field in that set is populated, all other fields in the set will automatically be cleared.



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

Returns A replication cycle prior cutover step.

Note: The following fields are mutually exclusive: previous_replication_cycle, shutting_down_source_vm, final_sync, preparing_vm_disks, instantiating_migrated_vm. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::VMMigration::V1::ReplicationCycle)

    A replication cycle prior cutover step.

    Note: The following fields are mutually exclusive: previous_replication_cycle, shutting_down_source_vm, final_sync, preparing_vm_disks, instantiating_migrated_vm. If a field in that set is populated, all other fields in the set will automatically be cleared.



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

Returns Shutting down VM step.

Note: The following fields are mutually exclusive: shutting_down_source_vm, previous_replication_cycle, final_sync, preparing_vm_disks, instantiating_migrated_vm. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::VMMigration::V1::ShuttingDownSourceVMStep)

    Shutting down VM step.

    Note: The following fields are mutually exclusive: shutting_down_source_vm, previous_replication_cycle, final_sync, preparing_vm_disks, instantiating_migrated_vm. If a field in that set is populated, all other fields in the set will automatically be cleared.



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

Returns The time the step has started.

Returns:



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