ADC Advanced Policy Expressions

DNS_RCODE_E


This object provides operations for parsing the DNS header response code.

Enumerations

NOERROR

FORMERR

SERVFAIL

NXDOMAIN

NOTIMP

REFUSED

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

EQ (dns_rcode_e m)

The result is Boolean TRUE if the input argument is equal to the DNS response code represented by this object.

Parameters (expressions not allowed):

            m- DNS response code

Returns: bool_at

NE (dns_rcode_e m)

The result is Boolean TRUE if the input argument is not equal to the DNS response code represented by this object.

Parameters (expressions not allowed):

            m- DNS response code

Returns: bool_at

DNS_RCODE_E

In this article