secureBoot property

  1. @TagNumber(14)
bool secureBoot

Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.

Implementation

@$pb.TagNumber(14)
$core.bool get secureBoot => $_getBF(13);
  1. @TagNumber(14)
void secureBoot=(bool v)

Implementation

@$pb.TagNumber(14)
set secureBoot($core.bool v) { $_setBool(13, v); }