Class: Google::Cloud::VMMigration::V1::CutoverForecast

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

Overview

CutoverForecast holds information about future CutoverJobs of a MigratingVm.

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_cutover_job_duration::Google::Protobuf::Duration (readonly)

Returns Output only. Estimation of the CutoverJob duration.

Returns:



343
344
345
346
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 343

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