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