UefiSettingsResponse

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

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

Constructors

Link copied to clipboard
constructor(secureBootEnabled: Boolean? = null, vTpmEnabled: 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.

Link copied to clipboard
val vTpmEnabled: Boolean? = null

Specifies whether vTPM should be enabled on the virtual machine.