disks property

  1. @TagNumber(6)
List<AllocationPolicy_AttachedDisk> disks

Non-boot disks to be attached for each VM created by this InstancePolicy. New disks will be deleted when the VM is deleted.

Implementation

@$pb.TagNumber(6)
$core.List<AllocationPolicy_AttachedDisk> get disks => $_getList(4);