HostVMotionManagerDstInstantCloneResult
The result of an InstantClone task.
Contains the dest VM id and timestamp values at the time of different operations.
{
"_typeName": "string",
"dstVmId": 0,
"startTime": 0,
"cptLoadTime": 0,
"cptLoadDoneTime": 0,
"replicateMemDoneTime": 0,
"endTime": 0,
"cptXferTime": 0,
"cptCacheUsed": 0,
"devCptStreamSize": 0,
"devCptStreamTime": 0
}
The destination VM ID of the InstantCloned VM.
Time stamp at the start of the InstantClone operation at the dest VM.
Time stamp when the destination VM starts cpt load.
Time stamp when the destination VM completes cpt load.
Time stamp when the destination VM completes replicating memory.
Time stamp when the migration completes on the destination VM.
Device checkpoint stream time.
Checkpoint cache size used.
Device checkpoint stream size.
Device checkpoint stream time.