public sealed class ImageImportStep : IMessage<ImageImportStep>, IEquatable<ImageImportStep>, IDeepCloneable<ImageImportStep>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class ImageImportStep.
ImageImportStep holds information about the image import step progress.
Implements
IMessageImageImportStep, IEquatableImageImportStep, IDeepCloneableImageImportStep, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
ImageImportStep()
public ImageImportStep()
ImageImportStep(ImageImportStep)
public ImageImportStep(ImageImportStep other)
Parameter | |
---|---|
Name | Description |
other |
ImageImportStep |
Properties
AdaptingOs
public AdaptingOSStep AdaptingOs { get; set; }
Adapting OS step.
Property Value | |
---|---|
Type | Description |
AdaptingOSStep |
CreatingImage
public CreatingImageStep CreatingImage { get; set; }
Creating image step.
Property Value | |
---|---|
Type | Description |
CreatingImageStep |
EndTime
public Timestamp EndTime { get; set; }
Output only. The time the step has ended.
Property Value | |
---|---|
Type | Description |
Timestamp |
Initializing
public InitializingImageImportStep Initializing { get; set; }
Initializing step.
Property Value | |
---|---|
Type | Description |
InitializingImageImportStep |
LoadingSourceFiles
public LoadingImageSourceFilesStep LoadingSourceFiles { get; set; }
Loading source files step.
Property Value | |
---|---|
Type | Description |
LoadingImageSourceFilesStep |
StartTime
public Timestamp StartTime { get; set; }
Output only. The time the step has started.
Property Value | |
---|---|
Type | Description |
Timestamp |
StepCase
public ImageImportStep.StepOneofCase StepCase { get; }
Property Value | |
---|---|
Type | Description |
ImageImportStepStepOneofCase |