VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgs

data class VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgs(val secureBootEnabled: Output<Boolean>? = null) : ConvertibleToJava<VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgs>

Uefi settings - Specifies whether secure boot should be enabled on the virtual machine instance.

Constructors

constructor(secureBootEnabled: Output<Boolean>? = null)

Properties

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

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

Functions

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