Enum Class SessionPersistence.Type

java.lang.Object
java.lang.Enum<SessionPersistence.Type>
org.jclouds.openstack.neutron.v2.domain.lbaas.v1.SessionPersistence.Type
All Implemented Interfaces:
Serializable, Comparable<SessionPersistence.Type>, java.lang.constant.Constable
Enclosing class:
SessionPersistence

public static enum SessionPersistence.Type extends Enum<SessionPersistence.Type>
Enumerates supported SessionPersistence types.
  • Enum Constant Details

    • SOURCE_IP

      public static final SessionPersistence.Type SOURCE_IP
      All connections that originate from the same source IP address are handled by the same member of the pool.
    • UNRECOGNIZED

      public static final SessionPersistence.Type UNRECOGNIZED
      Used by jclouds when the service returns an unknown value other than null.
  • Method Details

    • values

      public static SessionPersistence.Type[] 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 SessionPersistence.Type 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<SessionPersistence.Type>
    • fromValue

      public static SessionPersistence.Type fromValue(String name)