bootDisk property

  1. @TagNumber(8)
AllocationPolicy_Disk 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(8)
void bootDisk=(AllocationPolicy_Disk v)

Implementation

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