Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Condition

Enumeration members

CountryIs

CountryIs: = "COUNTRY_IS"

CountryIsNot

CountryIsNot: = "COUNTRY_IS_NOT"

HttpHeaderContains

HttpHeaderContains: = "HTTP_HEADER_CONTAINS"

HttpMethodIs

HttpMethodIs: = "HTTP_METHOD_IS"

HttpMethodIsNot

HttpMethodIsNot: = "HTTP_METHOD_IS_NOT"

IpInList

IpInList: = "IP_IN_LIST"

IpIs

IpIs: = "IP_IS"

IpIsNot

IpIsNot: = "IP_IS_NOT"

IpNotInList

IpNotInList: = "IP_NOT_IN_LIST"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

UrlDoesNotMatchRegex

UrlDoesNotMatchRegex: = "URL_DOES_NOT_MATCH_REGEX"

UrlDoesNotStartWith

UrlDoesNotStartWith: = "URL_DOES_NOT_START_WITH"

UrlIs

UrlIs: = "URL_IS"

UrlIsNot

UrlIsNot: = "URL_IS_NOT"

UrlPartContains

UrlPartContains: = "URL_PART_CONTAINS"

UrlPartDoesNotContain

UrlPartDoesNotContain: = "URL_PART_DOES_NOT_CONTAIN"

UrlPartDoesNotEndWith

UrlPartDoesNotEndWith: = "URL_PART_DOES_NOT_END_WITH"

UrlPartEndsWith

UrlPartEndsWith: = "URL_PART_ENDS_WITH"

UrlRegex

UrlRegex: = "URL_REGEX"

UrlStartsWith

UrlStartsWith: = "URL_STARTS_WITH"

UserAgentIs

UserAgentIs: = "USER_AGENT_IS"

UserAgentIsNot

UserAgentIsNot: = "USER_AGENT_IS_NOT"