bootOption property

  1. @TagNumber.new(13)
VmwareVmDetails_BootOption get bootOption

Output only. The VM Boot Option.

Implementation

@$pb.TagNumber(13)
VmwareVmDetails_BootOption get bootOption => $_getN(11);
  1. @TagNumber.new(13)
set bootOption (VmwareVmDetails_BootOption v)

Implementation

@$pb.TagNumber(13)
set bootOption(VmwareVmDetails_BootOption v) {
  setField(13, v);
}