Class: Google::Cloud::VMMigration::V1::CycleStep

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

CycleStep holds information about a step progress.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns The time the cycle step has ended.

Returns:



96
97
98
99
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 96

class CycleStep
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#initializing_replication::Google::Cloud::VMMigration::V1::InitializingReplicationStep

Returns Initializing replication step.

Returns:



96
97
98
99
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 96

class CycleStep
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#post_processing::Google::Cloud::VMMigration::V1::PostProcessingStep

Returns Post processing step.

Returns:



96
97
98
99
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 96

class CycleStep
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#replicating::Google::Cloud::VMMigration::V1::ReplicatingStep

Returns Replicating step.

Returns:



96
97
98
99
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 96

class CycleStep
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp

Returns The time the cycle step has started.

Returns:



96
97
98
99
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 96

class CycleStep
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end