recentCloneJobs property

List<CloneJob>? recentCloneJobs
getter/setter pair

The recent clone jobs performed on the migrating VM.

This field holds the vm's last completed clone job and the vm's running clone job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.

Output only.

Implementation

core.List<CloneJob>? recentCloneJobs;