SecurityProfileArgs

data class SecurityProfileArgs(val uefiSettings: Output<UefiSettingsArgs>? = null) : ConvertibleToJava<SecurityProfileArgs>

Specifies the Security profile settings for the virtual machine.

Constructors

Link copied to clipboard
constructor(uefiSettings: Output<UefiSettingsArgs>? = null)

Properties

Link copied to clipboard
val uefiSettings: Output<UefiSettingsArgs>? = null

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

Functions

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