PersistenceProfileType (type)

{
  "additionalProperties": false, 
  "description": "Source-ip persistence ensures all connections from a client (identified by IP address) are sent to the same backend server for a specified period. Cookie persistence allows related client connections, identified by the same cookie in HTTP requests, to be redirected to the same server. Generic persistence profile cannot be attached to virtual servers directly. It can only be consumed by load balancer rule actions: LbVariablePersistenceOnAction and LbVariablePersistenceLearnAction.", 
  "enum": [
    "LbCookiePersistenceProfile", 
    "LbSourceIpPersistenceProfile", 
    "LbGenericPersistenceProfile"
  ], 
  "id": "PersistenceProfileType", 
  "module_id": "LoadBalancer", 
  "title": "persistence profile type", 
  "type": "string"
}