recentCutoverJobs property

List<CutoverJob>? recentCutoverJobs
getter/setter pair

The recent cutover jobs performed on the migrating VM.

This field holds the vm's last completed cutover job and the vm's running cutover 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<CutoverJob>? recentCutoverJobs;