VM Migration v1 API - Class CloneStep (2.2.0)

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

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

CloneStep holds information about the clone step progress.

Inheritance

Object > CloneStep

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

CloneStep()

public CloneStep()

CloneStep(CloneStep)

public CloneStep(CloneStep other)
Parameter
NameDescription
otherCloneStep

Properties

AdaptingOs

public AdaptingOSStep AdaptingOs { get; set; }

Adapting OS step.

Property Value
TypeDescription
AdaptingOSStep

EndTime

public Timestamp EndTime { get; set; }

The time the step has ended.

Property Value
TypeDescription
Timestamp

InstantiatingMigratedVm

public InstantiatingMigratedVMStep InstantiatingMigratedVm { get; set; }

Instantiating migrated VM step.

Property Value
TypeDescription
InstantiatingMigratedVMStep

PreparingVmDisks

public PreparingVMDisksStep PreparingVmDisks { get; set; }

Preparing VM disks step.

Property Value
TypeDescription
PreparingVMDisksStep

StartTime

public Timestamp StartTime { get; set; }

The time the step has started.

Property Value
TypeDescription
Timestamp

StepCase

public CloneStep.StepOneofCase StepCase { get; }
Property Value
TypeDescription
CloneStep.StepOneofCase