disks property

List<Disk>? disks
getter/setter pair

The list of disks to create and attach to the VM.

Specify either the volumes[] field or the disks[] field, but not both.

Implementation

core.List<Disk>? disks;