NSX-T Data Center REST API

SourceIpPersistencePurge (type)

{
  "additionalProperties": false,
  "description": "If the persistence table is full and a new connection without a matching persistence entry is received, then by default(FULL) oldest persistence entries are purged from the table to make space for new entries. Each time purging gets triggered, a small percentage of the entries are purged. If purging is disabled(NO_PURGE) and a new incoming connection requires a persistence entry to be created, then that connection is rejected even though backend servers are available.",
  "enum": [
    "NO_PURGE",
    "FULL"
  ],
  "id": "SourceIpPersistencePurge",
  "module_id": "LoadBalancer",
  "title": "source ip persistence purge setting",
  "type": "string"
}