java.lang.Object
com.azure.resourcemanager.compute.models.UefiKey

public final class UefiKey extends Object
A UEFI key signature.
  • Constructor Details

    • UefiKey

      public UefiKey()
      Creates an instance of UefiKey class.
  • Method Details

    • type

      public UefiKeyType type()
      Get the type property: The type of key signature.
      Returns:
      the type value.
    • withType

      public UefiKey withType(UefiKeyType type)
      Set the type property: The type of key signature.
      Parameters:
      type - the type value to set.
      Returns:
      the UefiKey object itself.
    • value

      public List<String> value()
      Get the value property: The value of the key signature.
      Returns:
      the value value.
    • withValue

      public UefiKey withValue(List<String> value)
      Set the value property: The value of the key signature.
      Parameters:
      value - the value value to set.
      Returns:
      the UefiKey object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.