UefiSettings Class
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
Constructor
UefiSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
secure_boot_enabled
|
Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01. |
|
v_tpm_enabled
|
Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01. |
Attributes
secure_boot_enabled
Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
secure_boot_enabled: bool | None
v_tpm_enabled
Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
v_tpm_enabled: bool | None