disks property

List<AttachedDisk>? disks
getter/setter pair

An array of disks that are associated with the instances that are created from these properties.

Implementation

core.List<AttachedDisk>? disks;