disks property

List<SavedAttachedDisk>? disks
getter/setter pair

An array of disks that are associated with the instances that are created from this machine image.

Implementation

core.List<SavedAttachedDisk>? disks;