bootOption property

  1. @TagNumber(15)
ComputeEngineBootOption bootOption

The VM Boot Option, as set in the source vm.

Implementation

@$pb.TagNumber(15)
ComputeEngineBootOption get bootOption => $_getN(14);
  1. @TagNumber(15)
void bootOption=(ComputeEngineBootOption v)

Implementation

@$pb.TagNumber(15)
set bootOption(ComputeEngineBootOption v) { setField(15, v); }