getdnsaction64Result Structure Definition

The getdnsaction64Result structure defines the return type for getdnsaction64 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.

dnsaction64List

List of dnsaction64s


dnsaction64 Structure Definition

The dnsaction64 structure defines the actual return type values for getdnsaction64 API.

Syntax



Members

actionname

Name of the dns64 action.

prefix

The dns64 prefix to be used if the after evaluating the rules

mappedrule

The expression to select the criteria for ipv4 addresses to be used for synthesis. Only if the mappedrule is evaluated to true the corresponding ipv4 address is used for synthesis using respective prefix, otherwise the A RR is discarded

excluderule

The expression to select the criteria for eliminating the corresponding ipv6 addresses from the response.

builtin

Flag to determine whether dna64action is default or not

_nextgenapiresource


See Also