- 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