UefiSettingsResponse

data class UefiSettingsResponse(val secureBootEnabled: Boolean? = null)

Specifies the security settings like secure boot used while creating the virtual machine.

Constructors

Link copied to clipboard
constructor(secureBootEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether secure boot should be enabled on the virtual machine.