Show / Hide Table of Contents

Class MigratingVm

MigratingVm describes the VM that will be migrated from a Source environment and its replication state.

Inheritance
object
MigratingVm
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 MigratingVm : IDirectResponseSchema

Properties

AwsSourceVmDetails

Output only. Details of the VM from an AWS source.

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

AzureSourceVmDetails

Output only. Details of the VM from an Azure source.

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

ComputeEngineDisksTargetDefaults

Details of the target Persistent Disks in Compute Engine.

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

ComputeEngineTargetDefaults

Details of the target VM in Compute Engine.

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

ComputeEngineVmDefaults

Details of the VM in Compute Engine. Deprecated: Use compute_engine_target_defaults instead.

Declaration
[JsonProperty("computeEngineVmDefaults")]
public virtual TargetVMDetails ComputeEngineVmDefaults { 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 migrating VM was created (this refers to this resource and not to the time it was installed in the source).

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

CurrentSyncInfo

Output only. Details of the current running replication cycle.

Declaration
[JsonProperty("currentSyncInfo")]
public virtual ReplicationCycle CurrentSyncInfo { get; set; }
Property Value
Type Description
ReplicationCycle

CutoverForecast

Output only. Provides details of future CutoverJobs of a MigratingVm. Set to empty when cutover forecast is unavailable.

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

Description

The description attached to the migrating VM by the user.

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

DisplayName

The display name attached to the MigratingVm by the user.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

Error

Output only. Provides details on the state of the Migrating VM in case of an error in replication.

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

Group

Output only. The group this migrating vm is included in, if any. The group is represented by the full path of the appropriate Group resource.

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

Labels

The labels of the migrating VM.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

LastReplicationCycle

Output only. Details of the last replication cycle. This will be updated whenever a replication cycle is finished and is not to be confused with last_sync which is only updated on successful replication cycles.

Declaration
[JsonProperty("lastReplicationCycle")]
public virtual ReplicationCycle LastReplicationCycle { get; set; }
Property Value
Type Description
ReplicationCycle

LastSync

Output only. The most updated snapshot created time in the source that finished replication.

Declaration
[JsonProperty("lastSync")]
public virtual ReplicationSync LastSync { get; set; }
Property Value
Type Description
ReplicationSync

Name

Output only. The identifier of the MigratingVm.

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

Policy

The replication schedule policy.

Declaration
[JsonProperty("policy")]
public virtual SchedulePolicy Policy { get; set; }
Property Value
Type Description
SchedulePolicy

RecentCloneJobs

Output only. The recent clone jobs performed on the migrating VM. This field holds the vm's last completed clone job and the vm's running clone job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.

Declaration
[JsonProperty("recentCloneJobs")]
public virtual IList<CloneJob> RecentCloneJobs { get; set; }
Property Value
Type Description
IList<CloneJob>

RecentCutoverJobs

Output only. The recent cutover jobs performed on the migrating VM. This field holds the vm's last completed cutover job and the vm's running cutover job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.

Declaration
[JsonProperty("recentCutoverJobs")]
public virtual IList<CutoverJob> RecentCutoverJobs { get; set; }
Property Value
Type Description
IList<CutoverJob>

SourceVmId

The unique ID of the VM in the source. The VM's name in vSphere can be changed, so this is not the VM's name but rather its moRef id. This id is of the form vm-.

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

State

Output only. State of the MigratingVm.

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 last time the migrating VM state was updated.

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

TargetDefaults

The default configuration of the target VM that will be created in Google Cloud as a result of the migration. Deprecated: Use compute_engine_target_defaults instead.

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

UpdateTime

object representation of UpdateTimeRaw.

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

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

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

UpdateTimeRaw

Output only. The last time the migrating VM resource was updated.

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

VmwareSourceVmDetails

Output only. Details of the VM from a Vmware source.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX