ADC Advanced Policy Expressions

SERVICE_TYPE_E

Connection service type

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

Enumerations

ADNS

ANY

DHCPRA

FIX

FTP

MONITOR

MONITOR_PING

MONITOR_UDP

NAT

NNTP

PKTSTEER

RPCCLNT

RPCSVR

RPCSVRS

RTSP

SERVICE_UNKNOWN

SIP_TCP

SIP_TLS

SIP_UDP

SNMP

SSL

SSL_BRIDGE

SSL_FIX

SSL_TCP

SVC_AAA

SVC_DNS

SVC_HTTP

SVC_MSSQL

SVC_MYSQL

TCP

UDP

Expressions

EQ(service_type_etype)

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_etype)

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