UefiSettingsArgs

data class UefiSettingsArgs(val secureBootEnabled: Output<Boolean>? = null, val vTpmEnabled: Output<Boolean>? = null) : ConvertibleToJava<UefiSettingsArgs>

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

Constructors

Link copied to clipboard
constructor(secureBootEnabled: Output<Boolean>? = null, vTpmEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val secureBootEnabled: Output<Boolean>? = null

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

Link copied to clipboard
val vTpmEnabled: Output<Boolean>? = null

Specifies whether vTPM should be enabled on the virtual machine.

Functions

Link copied to clipboard
open override fun toJava(): UefiSettingsArgs