Enum Class Types.VmSecurebootCertificatesState

java.lang.Object
java.lang.Enum<Types.VmSecurebootCertificatesState>
com.xensource.xenapi.Types.VmSecurebootCertificatesState
All Implemented Interfaces:
Serializable, Comparable<Types.VmSecurebootCertificatesState>, Constable
Enclosing class:
Types

public static enum Types.VmSecurebootCertificatesState extends Enum<Types.VmSecurebootCertificatesState>
  • Enum Constant Details

    • UNRECOGNIZED

      public static final Types.VmSecurebootCertificatesState UNRECOGNIZED
      The value does not belong to this enumeration
    • OK

      public static final Types.VmSecurebootCertificatesState OK
      The VM's certificates do not need to be updated (including the case where Secure Boot does not apply to this VM, e.g. BIOS VM).
    • UPDATE_AVAILABLE

      public static final Types.VmSecurebootCertificatesState UPDATE_AVAILABLE
      The Secure Boot certificates are due to expire or have already expired.
    • UPDATE_ON_BOOT

      public static final Types.VmSecurebootCertificatesState UPDATE_ON_BOOT
      An update of the certificates will be triggered whenever the VM boots. This includes VM.start, VM.reboot and a guest-triggered reboot.
  • Method Details

    • values

      public static Types.VmSecurebootCertificatesState[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Types.VmSecurebootCertificatesState valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Types.VmSecurebootCertificatesState>