InMageRcmFailbackSyncDetailsResponse

data class InMageRcmFailbackSyncDetailsResponse(val last15MinutesTransferredBytes: Double, val lastDataTransferTimeUtc: String, val lastRefreshTime: String, val processedBytes: Double, val progressHealth: String, val progressPercentage: Int, val startTime: String, val transferredBytes: Double)

InMageRcmFailback disk level sync details.

Constructors

Link copied to clipboard
constructor(last15MinutesTransferredBytes: Double, lastDataTransferTimeUtc: String, lastRefreshTime: String, processedBytes: Double, progressHealth: String, progressPercentage: Int, startTime: String, transferredBytes: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The last refresh time.

Link copied to clipboard

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

Link copied to clipboard

The progress health.

Link copied to clipboard

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

Link copied to clipboard

The start time.

Link copied to clipboard

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