Show / Hide Table of Contents

Class CloneJob

CloneJob describes the process of creating a clone of a MigratingVM to the requested target based on the latest successful uploaded snapshots. While the migration cycles of a MigratingVm take place, it is possible to verify the uploaded VM can be started in the cloud, by creating a clone. The clone can be created without any downtime, and it is created using the latest snapshots which are already in the cloud. The cloneJob is only responsible for its work, not its products, which means once it is finished, it will never touch the instance it created. It will only delete it in case of the CloneJob being cancelled or upon failure to clone.

Inheritance
object
CloneJob
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.VMMigrationService.v1alpha1.Data
Assembly: Google.Apis.VMMigrationService.v1alpha1.dll
Syntax
public class CloneJob : IDirectResponseSchema

Properties

ComputeEngineDisksTargetDetails

Output only. Details of the target Persistent Disks in Compute Engine.

Declaration
[JsonProperty("computeEngineDisksTargetDetails")]
public virtual ComputeEngineDisksTargetDetails ComputeEngineDisksTargetDetails { get; set; }
Property Value
Type Description
ComputeEngineDisksTargetDetails

ComputeEngineTargetDetails

Output only. Details of the target VM in Compute Engine.

Declaration
[JsonProperty("computeEngineTargetDetails")]
public virtual ComputeEngineTargetDetails ComputeEngineTargetDetails { get; set; }
Property Value
Type Description
ComputeEngineTargetDetails

ComputeEngineVmDetails

Output only. Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_details instead.

Declaration
[JsonProperty("computeEngineVmDetails")]
public virtual TargetVMDetails ComputeEngineVmDetails { get; set; }
Property Value
Type Description
TargetVMDetails

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 clone job 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

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 clone job was ended.

Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
Type Description
string

Error

Output only. Provides details for the errors that led to the Clone Job's state.

Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type Description
Status

Name

Output only. The name of the clone.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

State

Output only. State of the clone job.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

StateTime

object representation of StateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StateTimeDateTimeOffset instead.")]
public virtual object StateTime { get; set; }
Property Value
Type Description
object

StateTimeDateTimeOffset

DateTimeOffset representation of StateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StateTimeRaw

Output only. The time the state was last updated.

Declaration
[JsonProperty("stateTime")]
public virtual string StateTimeRaw { get; set; }
Property Value
Type Description
string

Steps

Output only. The clone steps list representing its progress.

Declaration
[JsonProperty("steps")]
public virtual IList<CloneStep> Steps { get; set; }
Property Value
Type Description
IList<CloneStep>

TargetDetails

Output only. Details of the VM to create as the target of this clone job. Deprecated: Use compute_engine_target_details instead.

Declaration
[JsonProperty("targetDetails")]
public virtual TargetVMDetails TargetDetails { get; set; }
Property Value
Type Description
TargetVMDetails

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX