| getdnsactionResult Structure Definition |
The getdnsactionResult structure defines the return type for getdnsaction 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. |
dnsactionList |
List of dnsactions |
| dnsaction Structure Definition |
The dnsaction structure defines the actual return type values for getdnsaction API. |
Syntax |
Members |
actionname |
Name of the dns action. |
actiontype |
The type of DNS action that is being configured. |
ttl |
Time to live, in seconds. |
viewname |
The view name that must be used for the given action. |
preferredloclist |
The location list in priority order used for the given action. |
drop |
The dns packet must be dropped. |
cachebypass |
By pass dns cache for this. |
dnsprofilename |
Name of the DNS profile to be associated with the transaction for which the action is chosen |
builtin |
Flag to determine whether DNS action is default or not |
_nextgenapiresource |
See Also |