Name: SyncReplResyncStats

Represents Synchronous Replication resynchronizes statistic information from one VMstore.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.syncrepl.SyncReplResyncStats",
   "lastUpdatedTime": DateTime,
   "resyncEstimateSecondsRemaining": <Number>,
   "resyncLogicalBytesRemaining": <Number>,
   "resyncTotalLogicalBytes": <Number>,
}

Attributes
NameTypeDescription
lastUpdatedTimeDateTime
resyncEstimateSecondsRemainingxsd:longThe estimate time in seconds to complete resynchronization. >0 means resynchronization is in progress. -1 means resynchronization has just begin and this information is not available at this time.
resyncLogicalBytesRemainingxsd:longThe logic bytes remaining to complete resynchronization.
resyncTotalLogicalBytesxsd:longThe total logical bytes to complete resynchronization.