Class: Google::Cloud::VMMigration::V1::CutoverForecast
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::CutoverForecast
- 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
-
#estimated_cutover_job_duration ⇒ ::Google::Protobuf::Duration
readonly
Output only.
Instance Attribute Details
#estimated_cutover_job_duration ⇒ ::Google::Protobuf::Duration (readonly)
Returns Output only. Estimation of the CutoverJob duration.
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 |