InlineLBHttpRequestCookieCondition1

InlineLBHttpRequestCookieCondition1
InlineLBHttpRequestCookieCondition1
JSON Example
{
    "case_sensitive": false,
    "cookie_name": "string",
    "cookie_value": "string",
    "match_type": "string"
}
boolean
case_sensitive
Optional

If true, case is significant when comparing cookie value.

string
cookie_name
Required

Cookie name.

string
cookie_value
Required

Cookie value.

string
match_type
Optional

Match type of cookie value.

Possible values are : STARTS_WITH, ENDS_WITH, EQUALS, CONTAINS, REGEX,