disks property

List<AttachedDisk>? disks
getter/setter pair

Non-boot disks to be attached for each VM created by this InstancePolicy.

New disks will be deleted when the VM is deleted. A non-boot disk is a disk that can be of a device with a file system or a raw storage drive that is not ready for data storage and accessing.

Implementation

core.List<AttachedDisk>? disks;