UefiBoot#

class UefiBoot(is_secure_boot_enabled=None, nvram_device=None, *args, **kwargs)[source]#

Bases: object

UEFI boot mode and its associated configuration.

Parameters:
property is_secure_boot_enabled#

Indicate whether to enable secure boot or not.

Type:

bool

property nvram_device#
Type:

NvramDevice

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model