Interface SessionPersistence
-
- All Superinterfaces:
Buildable<SessionPersistenceBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
NeutronSessionPersistence
public interface SessionPersistence extends ModelEntity, Buildable<SessionPersistenceBuilder>
Session persistence parameters for the VIP. Omit the session_persistence parameter to prevent session persistence. When no session persistence is used, the session_persistence parameter does not appear in the API response. To clear session persistence for the VIP, set the session_persistence parameter to null in a VIP update request.- Author:
- liujunpeng
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCookieName()optionalSessionPersistenceTypegetType()required
-
-
-
Method Detail
-
getCookieName
String getCookieName()
optional- Returns:
- cookie name
-
getType
SessionPersistenceType getType()
required- Returns:
- type. APP_COOKIE,HTTP_COOKIE,SOURCE_IP
-
-