ADC Advanced Policy Expressions

SERVICE_TYPE_E


Connection service type

Enumerations

ADNS

ANY

DHCPRA

SVC_DNS

FTP

MONITOR

MONITOR_PING

MONITOR_UDP

NNTP

RPCCLNT

RPCSVRS

RPCSVR

RTSP

SIP_UDP

SNMP

SSL

SSL_BRIDGE

SSL_TCP

TCP

UDP

SVC_HTTP

SVC_MYSQL

SVC_MSSQL

SIP_TCP

SIP_TLS

FIX

SERVICE_UNKNOWN

NAT

SSL_FIX

PKTSTEER

SVC_AAA

This topic lists the expressions that are provided by this class.

EQ (service_type_e type)

Returns Boolean True if the Connection service type matches the argument. Example: CONNECTION.SERVICE_TYPE.EQ(TCP)

Parameters (expressions not allowed):

            type- Service type

Returns: bool_at

NE (service_type_e type)

Returns Boolean True if the Connection service type do not matches the argument. Example: CONNECTION.SERVICE_TYPE.NE(TCP)

Parameters (expressions not allowed):

            type- Service type

Returns: bool_at

SERVICE_TYPE_E

In this article