Class SecurityProfile

java.lang.Object
com.azure.resourcemanager.connectedvmware.models.SecurityProfile

public final class SecurityProfile extends Object
Specifies the Security profile settings for the virtual machine.
  • Constructor Details

    • SecurityProfile

      public SecurityProfile()
  • Method Details

    • uefiSettings

      public UefiSettings uefiSettings()
      Get the uefiSettings property: Specifies the security settings like secure boot used while creating the virtual machine.
      Returns:
      the uefiSettings value.
    • withUefiSettings

      public SecurityProfile withUefiSettings(UefiSettings uefiSettings)
      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.