Class ImageImportJob
ImageImportJob describes the progress and result of an image import.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class ImageImportJob : IDirectResponseSchema
Properties
CloudStorageUri
Output only. The path to the Cloud Storage file from which the image should be imported.
Declaration
[JsonProperty("cloudStorageUri")]
public virtual string CloudStorageUri { get; set; }
Property Value
Type | Description |
---|---|
string |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. The time the image import was created (as an API call, not when it was actually created in the target).
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
CreatedResources
Output only. The resource paths of the resources created by the image import job.
Declaration
[JsonProperty("createdResources")]
public virtual IList<string> CreatedResources { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
DiskImageTargetDetails
Output only. Target details used to import a disk image.
Declaration
[JsonProperty("diskImageTargetDetails")]
public virtual DiskImageTargetDetails DiskImageTargetDetails { get; set; }
Property Value
Type | Description |
---|---|
DiskImageTargetDetails |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndTime
object representation of EndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EndTimeDateTimeOffset
DateTimeOffset representation of EndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EndTimeRaw
Output only. The time the image import was ended.
Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
Output only. Provides details on the error that led to the image import state in case of an error.
Declaration
[JsonProperty("errors")]
public virtual IList<Status> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<Status> |
MachineImageTargetDetails
Output only. Target details used to import a machine image.
Declaration
[JsonProperty("machineImageTargetDetails")]
public virtual MachineImageTargetDetails MachineImageTargetDetails { get; set; }
Property Value
Type | Description |
---|---|
MachineImageTargetDetails |
Name
Output only. The resource path of the ImageImportJob.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The state of the image import.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Steps
Output only. The image import steps list representing its progress.
Declaration
[JsonProperty("steps")]
public virtual IList<ImageImportStep> Steps { get; set; }
Property Value
Type | Description |
---|---|
IList<ImageImportStep> |
Warnings
Output only. Warnings that occurred during the image import.
Declaration
[JsonProperty("warnings")]
public virtual IList<MigrationWarning> Warnings { get; set; }
Property Value
Type | Description |
---|---|
IList<MigrationWarning> |