Enum Class StartedDetail

java.lang.Object
java.lang.Enum<StartedDetail>
org.libvirt.event.StartedDetail
All Implemented Interfaces:
Serializable, Comparable<StartedDetail>, Constable, DomainEventDetail

public enum StartedDetail extends Enum<StartedDetail> implements DomainEventDetail
  • Enum Constant Details

    • BOOTED

      public static final StartedDetail BOOTED
      Normal startup from boot.
    • MIGRATED

      public static final StartedDetail MIGRATED
      Incoming migration from another host.
    • RESTORED

      public static final StartedDetail RESTORED
      Restored from a state file.
    • FROM_SNAPSHOT

      public static final StartedDetail FROM_SNAPSHOT
      Restored from snapshot
    • WAKEUP

      public static final StartedDetail WAKEUP
      Started due to wakeup event.
    • UNKNOWN

      public static final StartedDetail UNKNOWN
  • Method Details

    • values

      public static StartedDetail[] 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 StartedDetail 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