disks property

List<AttachedDisk>? disks
getter/setter pair

Disks to be attached to the instances created from in this selection. They override the disks specified in the instance properties.

Implementation

core.List<AttachedDisk>? disks;