InMageRcmFailbackSyncDetails interface
InMageRcmFailback disk level sync details.
Properties
last15Minutes |
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. |
last |
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. |
last |
The last refresh time. NOTE: This property will not be serialized. It can only be populated by the server. |
processed |
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. |
progress |
The progress health. NOTE: This property will not be serialized. It can only be populated by the server. |
progress |
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. |
start |
The start time. NOTE: This property will not be serialized. It can only be populated by the server. |
transferred |
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. |
Property Details
last15MinutesTransferredBytes
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.
last15MinutesTransferredBytes?: number
Property Value
number
lastDataTransferTimeUtc
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.
lastDataTransferTimeUtc?: string
Property Value
string
lastRefreshTime
The last refresh time. NOTE: This property will not be serialized. It can only be populated by the server.
lastRefreshTime?: string
Property Value
string
processedBytes
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.
processedBytes?: number
Property Value
number
progressHealth
The progress health. NOTE: This property will not be serialized. It can only be populated by the server.
progressHealth?: string
Property Value
string
progressPercentage
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.
progressPercentage?: number
Property Value
number
startTime
The start time. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: string
Property Value
string
transferredBytes
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.
transferredBytes?: number
Property Value
number