Share via


IMigrationDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.MigrationDetailsTypeConverter))]
public interface IMigrationDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.MigrationDetailsTypeConverter))>]
type IMigrationDetails = interface
    interface IJsonSerializable
Public Interface IMigrationDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

BiosId

Gets or sets the BIOS ID of the machine.

EnqueueTime

Gets or sets the time the message was enqueued.

ExtendedInfo

Gets or sets the ISV specific extended information.

FabricType

Gets or sets the fabric type.

Fqdn

Gets or sets the FQDN of the machine.

IPAddress

Gets or sets the list of IP addresses of the machine. IP addresses could be IP V4 or IP V6.

LastUpdatedTime

Gets or sets the time of the last modification of the machine details.

MacAddress

Gets or sets the list of MAC addresses of the machine.

MachineId

Gets or sets the unique identifier of the machine.

MachineManagerId

Gets or sets the unique identifier of the virtual machine manager(vCenter/VMM).

MachineName

Gets or sets the name of the machine.

MigrationPhase

Gets or sets the phase of migration of the machine.

MigrationTested

Gets or sets a value indicating whether migration was tested on the machine.

ReplicationProgressPercentage

Gets or sets the progress percentage of migration on the machine.

SolutionName

Gets or sets the name of the solution that sent the data.

TargetVMArmId

Gets or sets the ARM id the migrated VM.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to