In Mage Rcm Failback Sync Details Response
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
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 transferred bytes from source VM to azure for the disk.