| getdnsnsecrecResult Structure Definition |
The getdnsnsecrecResult structure defines the return type for getdnsnsecrec 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. |
dnsnsecrecList |
List of dnsnsecrecs |
| dnsnsecrec Structure Definition |
The dnsnsecrec structure defines the actual return type values for getdnsnsecrec API. |
Syntax |
Members |
hostname |
Name of the domain. |
type |
Type of records to display. |
nextnsec |
Next nsec record in the chain |
nextrecs |
An array of record types associated with the nsec record. |
ttl |
Time to Live (TTL), in seconds, for the record. |
_nextgenapiresource |
See Also |