HostVMotionManagerDstInstantCloneResult

HostVMotionManagerDstInstantCloneResult
HostVMotionManagerDstInstantCloneResult

The result of an InstantClone task.

Contains the dest VM id and timestamp values at the time of different operations.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "dstVmId": 0,
    "startTime": 0,
    "cptLoadTime": 0,
    "cptLoadDoneTime": 0,
    "replicateMemDoneTime": 0,
    "endTime": 0,
    "cptXferTime": 0,
    "cptCacheUsed": 0,
    "devCptStreamSize": 0,
    "devCptStreamTime": 0
}
integer As int32 As int32
dstVmId
Optional

The destination VM ID of the InstantCloned VM.

integer As int64 As int64
startTime
Optional

Time stamp at the start of the InstantClone operation at the dest VM.

integer As int64 As int64
cptLoadTime
Optional

Time stamp when the destination VM starts cpt load.

integer As int64 As int64
cptLoadDoneTime
Optional

Time stamp when the destination VM completes cpt load.

integer As int64 As int64
replicateMemDoneTime
Optional

Time stamp when the destination VM completes replicating memory.

integer As int64 As int64
endTime
Optional

Time stamp when the migration completes on the destination VM.

integer As int64 As int64
cptXferTime
Optional

Device checkpoint stream time.

integer As int64 As int64
cptCacheUsed
Optional

Checkpoint cache size used.

integer As int64 As int64
devCptStreamSize
Optional

Device checkpoint stream size.

integer As int64 As int64
devCptStreamTime
Optional

Device checkpoint stream time.