Class SessionPersistence
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.lbaas.v1.SessionPersistence
A Neutron LBaaS v1 SessionPersistence.
Contains a type and cookie name describing the session persistence.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder.static enum
Enumerates supported SessionPersistence types. -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SessionPersistence
(SessionPersistence.Type type, String cookieName) -
Method Summary
-
Field Details
-
type
-
cookieName
-
-
Constructor Details
-
SessionPersistence
@ConstructorProperties({"type","cookie_name"}) protected SessionPersistence(SessionPersistence.Type type, String cookieName)
-
-
Method Details
-
getType
- Returns:
- the type of the SessionPersistence.
-
getCookieName
- Returns:
- the cookie name of the SessionPersistence.
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
builder
- Returns:
- the Builder for SessionPersistence.
-