public sealed class CloneStep : IMessage<CloneStep>, IEquatable<CloneStep>, IDeepCloneable<CloneStep>, IBufferMessage, IMessageReference documentation and code samples for the VM Migration v1 API class CloneStep.
CloneStep holds information about the clone step progress.
Implements
IMessage<CloneStep>, IEquatable<CloneStep>, IDeepCloneable<CloneStep>, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
CloneStep()
public CloneStep()CloneStep(CloneStep)
public CloneStep(CloneStep other)| Parameter | |
|---|---|
| Name | Description |
other |
CloneStep |
Properties
AdaptingOs
public AdaptingOSStep AdaptingOs { get; set; }Adapting OS step.
| Property Value | |
|---|---|
| Type | Description |
AdaptingOSStep |
|
EndTime
public Timestamp EndTime { get; set; }The time the step has ended.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
InstantiatingMigratedVm
public InstantiatingMigratedVMStep InstantiatingMigratedVm { get; set; }Instantiating migrated VM step.
| Property Value | |
|---|---|
| Type | Description |
InstantiatingMigratedVMStep |
|
PreparingVmDisks
public PreparingVMDisksStep PreparingVmDisks { get; set; }Preparing VM disks step.
| Property Value | |
|---|---|
| Type | Description |
PreparingVMDisksStep |
|
StartTime
public Timestamp StartTime { get; set; }The time the step has started.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
StepCase
public CloneStep.StepOneofCase StepCase { get; }| Property Value | |
|---|---|
| Type | Description |
CloneStep.StepOneofCase |
|