volumes property

List<Volume>? volumes
getter/setter pair

The list of disks and other storage to create or attach to the VM.

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

Implementation

core.List<Volume>? volumes;