bootDisk property

  1. @TagNumber.new(8)
AllocationPolicy_Disk get bootDisk

Boot disk to be created and attached to each VM by this InstancePolicy. Boot disk will be deleted when the VM is deleted. Batch API now only supports booting from image.

Implementation

@$pb.TagNumber(8)
AllocationPolicy_Disk get bootDisk => $_getN(5);
  1. @TagNumber.new(8)
set bootDisk (AllocationPolicy_Disk v)

Implementation

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