UefiSettings Class
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. <br>:code:>><<<br>Minimum api-version: 2020-12-01.
- Inheritance
-
UefiSettings
Constructor
UefiSettings(*, secure_boot_enabled: Optional[bool] = None, v_tpm_enabled: Optional[bool] = None, **kwargs)
Parameters
- secure_boot_enabled
- bool
Required
Specifies whether secure boot should be enabled on the virtual
machine. <br>:code:>><<<br>Minimum api-version: 2020-12-01.
- v_tpm_enabled
- bool
Required
Specifies whether vTPM should be enabled on the virtual machine.
<br>:code:>><<<br>Minimum api-version: 2020-12-01.
Feedback
Submit and view feedback for