| getdnsnegativecacherecordsResult Structure Definition |
The getdnsnegativecacherecordsResult structure defines the return type for getdnsnegativecacherecords 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. |
dnsnegativecacherecordsList |
List of dnsnegativecacherecordss |
| dnsnegativecacherecords Structure Definition |
The dnsnegativecacherecords structure defines the actual return type values for getdnsnegativecacherecords API. |
Syntax |
Members |
hostname |
Domain name. |
negcachetype |
negative cache record type |
rdclient |
cname referral type |
querytype |
DNS query type |
ttl |
Time to Live (TTL), in seconds, for the record. |
peid |
PE where the cache is stored |
_nextgenapiresource |
See Also |