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

InlineLBCookiePersistenceProfile1

Properties

string
cookie_domain Optional

HTTP cookie domain could be configured, only available for insert mode.


boolean
cookie_fallback Optional

If fallback is true, once the cookie points to a server that is down (i.e. admin state DISABLED or healthcheck state is DOWN), then a new server is selected by default to handle that request. If fallback is false, it will cause the request to be rejected if cookie points to a server.


boolean
cookie_garble Optional

If garble is set to true, cookie value (server IP and port) would be encrypted. If garble is set to false, cookie value would be plain text.


string
cookie_mode Optional

Cookie persistence mode.

Possible values are: INSERTPREFIXREWRITE


string
cookie_name Optional

Cookie name.


string
cookie_path Optional

HTTP cookie path could be set, only available for insert mode.


cookie_time Optional

Both session cookie and persistence cookie are supported, if not specified, it’s a session cookie. It expires when the browser is closed.

JSON Example

{
	"cookie_domain": "string",
	"cookie_fallback": false,
	"cookie_garble": false,
	"cookie_mode": "INSERT",
	"cookie_name": "string",
	"cookie_path": "string",
	"cookie_time": {
		"type": "LBSessionCookieTime"
	}
}

Vendor Extensions

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

LBCookiePersistenceProfile

Feedback

Was this page helpful?