bootDisk property

  1. @TagNumber(4)
AllocationPolicy_Disk get bootDisk

The VM boot disk.

Implementation

@$pb.TagNumber(4)
AllocationPolicy_Disk get bootDisk => $_getN(3);
  1. @TagNumber(4)
set bootDisk (AllocationPolicy_Disk v)

Implementation

@$pb.TagNumber(4)
set bootDisk(AllocationPolicy_Disk v) { setField(4, v); }