newDisk property

  1. @TagNumber.new(1)
AllocationPolicy_Disk get newDisk

Implementation

@$pb.TagNumber(1)
AllocationPolicy_Disk get newDisk => $_getN(0);
  1. @TagNumber.new(1)
set newDisk (AllocationPolicy_Disk v)

Implementation

@$pb.TagNumber(1)
set newDisk(AllocationPolicy_Disk v) {
  setField(1, v);
}