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
fun SecurityProfileArgs(uefiSettings: Output<UefiSettingsArgs>? = null)

Functions

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

Properties

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

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