disks property

List<AttachedDisk>? disks
getter/setter pair

Array of disks associated with this instance.

Persistent disks must be created before you can assign them.

Implementation

core.List<AttachedDisk>? disks;