VM Migration v1 API - Class CutoverForecast (2.7.0)

public sealed class CutoverForecast : IMessage<CutoverForecast>, IEquatable<CutoverForecast>, IDeepCloneable<CutoverForecast>, IBufferMessage, IMessage

Reference documentation and code samples for the VM Migration v1 API class CutoverForecast.

CutoverForecast holds information about future CutoverJobs of a MigratingVm.

Inheritance

object > CutoverForecast

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

CutoverForecast()

public CutoverForecast()

CutoverForecast(CutoverForecast)

public CutoverForecast(CutoverForecast other)
Parameter
Name Description
other CutoverForecast

Properties

EstimatedCutoverJobDuration

public Duration EstimatedCutoverJobDuration { get; set; }

Output only. Estimation of the CutoverJob duration.

Property Value
Type Description
Duration