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. Source regional persistent disks will be restored with default replica zones if not specified.

Optional.

Implementation

core.List<AttachedDisk>? disks;