[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

InlineL7PolicyLbPersistenceProfile1

Properties

string
persistence Optional

This field indicates the persistence method used for the PolicyLbVirtualServer.

  • COOKIE persistence allows related client connections, identified by the same cookie in HTTP requests [Refer to HTTP Cookie for details on HTTP cookies], to be redirected to the same server. Load balancer does not maintain any persistence table for cookie persistence. Instead, it encodes the necessary information in the HTTP cookie value sent to client and relies on the client to store it and send it back in subsequent related HTTP requests. Hence there is no limit on the number of cookie persistence entries that can be supported.
  • This object is not required and persistence is disabled by default

Possible values are: COOKIE

JSON Example

{
	"persistence": "COOKIE"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: TempPolicyLoadBalancer
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Used By

L7PolicyLbPersistenceProfile

Feedback

Was this page helpful?