getdnspolicy64Result Structure Definition

The getdnspolicy64Result structure defines the return type for getdnspolicy64 API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

dnspolicy64List

List of dnspolicy64s


dnspolicy64 Structure Definition

The dnspolicy64 structure defines the actual return type values for getdnspolicy64 API.

Syntax



Members

name

Name of the DNS64 policy.

rule

The expression to be used by the dns policy.

hits

The number of times the policy has been hit.

actioN

Name of the DNS64 action to perform when the rule evaluates to TRUE. The built in actions function as follows: * A default dns64 action with prefix and mapped and exclude are any You can create custom actions by using the add dns action method in the CLI or the DNS64 > Actions > Create DNS64 Action dialog box in the Citrix ADC configuration utility.

priority

Specifies the priority of the policy.

gotopriorityexpression

Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE.

boundto

Location where policy is bound

labeltype

Type of policy label invocation.

labelname

Name of the label to invoke if the current policy rule evaluates to TRUE.

undefhits

Number of Undef hits.

description

Description of the policy

_nextgenapiresource


See Also