Class UefiSettings
java.lang.Object
com.azure.resourcemanager.connectedvmware.models.UefiSettings
Specifies the security settings like secure boot used while creating the virtual machine.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the secureBootEnabled property: Specifies whether secure boot should be enabled on the virtual machine.void
validate()
Validates the instance.withSecureBootEnabled
(Boolean secureBootEnabled) Set the secureBootEnabled property: Specifies whether secure boot should be enabled on the virtual machine.
-
Constructor Details
-
UefiSettings
public UefiSettings()
-
-
Method Details
-
secureBootEnabled
Get the secureBootEnabled property: Specifies whether secure boot should be enabled on the virtual machine.- Returns:
- the secureBootEnabled value.
-
withSecureBootEnabled
Set the secureBootEnabled property: Specifies whether secure boot should be enabled on the virtual machine.- Parameters:
secureBootEnabled
- the secureBootEnabled value to set.- Returns:
- the UefiSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-