Share via


InMageRcmFailbackSyncDetails Class

Definition

InMageRcmFailback disk level sync details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFailbackSyncDetailsTypeConverter))]
public class InMageRcmFailbackSyncDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmFailbackSyncDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFailbackSyncDetailsTypeConverter))>]
type InMageRcmFailbackSyncDetails = class
    interface IInMageRcmFailbackSyncDetails
    interface IJsonSerializable
Public Class InMageRcmFailbackSyncDetails
Implements IInMageRcmFailbackSyncDetails
Inheritance
InMageRcmFailbackSyncDetails
Attributes
Implements

Constructors

InMageRcmFailbackSyncDetails()

Creates an new InMageRcmFailbackSyncDetails instance.

Properties

Last15MinutesTransferredByte

The bytes transferred in last 15 minutes from source VM to target.

LastDataTransferTimeUtc

The time of the last data transfer from source VM to target.

LastRefreshTime

The last refresh time.

ProcessedByte

The total processed bytes. This includes bytes that are transferred from source VM to target and matched bytes.

ProgressHealth

The progress health.

ProgressPercentage

Progress in percentage. Progress percentage is calculated based on processed bytes.

StartTime

The start time.

TransferredByte

The transferred bytes from source VM to azure for the disk.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InMageRcmFailbackSyncDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InMageRcmFailbackSyncDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmFailbackSyncDetails.

FromJsonString(String)

Creates a new instance of InMageRcmFailbackSyncDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InMageRcmFailbackSyncDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to