HostVMotionManagerSrcInstantCloneResult

HostVMotionManagerSrcInstantCloneResult
HostVMotionManagerSrcInstantCloneResult

The result of an InstantClone InitiateSource task.

Contains the timestamp value at the time of different operations.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "startTime": 0,
    "quiesceTime": 0,
    "quiesceDoneTime": 0,
    "resumeDoneTime": 0,
    "endTime": 0
}
integer As int64 As int64
startTime
Optional

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

integer As int64 As int64
quiesceTime
Optional

Time stamp when the source VM enters quiesce state.

integer As int64 As int64
quiesceDoneTime
Optional

Time stamp when the source VM successfully quiesces.

integer As int64 As int64
resumeDoneTime
Optional

Time stamp when the source VM completes resuming.

integer As int64 As int64
endTime
Optional

Time stamp when the migration completes on the source VM.