Package version:

InMageRcmFailback disk level sync details.

interface InMageRcmFailbackSyncDetails {
    last15MinutesTransferredBytes?: number;
    lastDataTransferTimeUtc?: string;
    lastRefreshTime?: string;
    processedBytes?: number;
    progressHealth?: string;
    progressPercentage?: number;
    startTime?: string;
    transferredBytes?: number;
}

Properties

last15MinutesTransferredBytes?: number

The bytes transferred in last 15 minutes from source VM to target. NOTE: This property will not be serialized. It can only be populated by the server.

lastDataTransferTimeUtc?: string

The time of the last data transfer from source VM to target. NOTE: This property will not be serialized. It can only be populated by the server.

lastRefreshTime?: string

The last refresh time. NOTE: This property will not be serialized. It can only be populated by the server.

processedBytes?: number

The total processed bytes. This includes bytes that are transferred from source VM to target and matched bytes. NOTE: This property will not be serialized. It can only be populated by the server.

progressHealth?: string

The progress health. NOTE: This property will not be serialized. It can only be populated by the server.

progressPercentage?: number

Progress in percentage. Progress percentage is calculated based on processed bytes. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: string

The start time. NOTE: This property will not be serialized. It can only be populated by the server.

transferredBytes?: number

The transferred bytes from source VM to azure for the disk. NOTE: This property will not be serialized. It can only be populated by the server.