Uefi Settings Args
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.