recentCloneJobs property

  1. @TagNumber(17)
List<CloneJob> recentCloneJobs

Output only. The recent google.cloud.vmmigration.v1.CloneJob 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.

Implementation

@$pb.TagNumber(17)
$core.List<CloneJob> get recentCloneJobs => $_getList(10);