bootOption property
Output only. The VM Boot Option, as set in the source vm.
Implementation
@$pb.TagNumber(15)
ComputeEngineBootOption get bootOption => $_getN(14);
Implementation
@$pb.TagNumber(15)
set bootOption(ComputeEngineBootOption v) {
setField(15, v);
}