NSX-T Data Center REST API
PersistenceProfileType (schema)
persistence profile type
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.
LbCookiePersistenceProfile and LbGenericPersistenceProfile are deprecated
as NSX-T Load Balancer is deprecated.
Name | Description | Type | Notes |
---|---|---|---|
PersistenceProfileType | persistence profile type 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. LbCookiePersistenceProfile and LbGenericPersistenceProfile are deprecated as NSX-T Load Balancer is deprecated. |
string | Enum: LbCookiePersistenceProfile, LbSourceIpPersistenceProfile, LbGenericPersistenceProfile |