:orphan: .. index:: pair: struct; tapi_dns_zone_file_rr_soa .. _doxid-structtapi__dns__zone__file__rr__soa: struct tapi_dns_zone_file_rr_soa ================================ .. toctree:: :hidden: Overview ~~~~~~~~ Describe ``RDATA`` field of resource record of ``SOA`` type. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_dns_zone_file_rr_soa { // fields const char* :ref:`primary_name_server`; const char* :ref:`hostmaster_email`; unsigned int :ref:`serial`; unsigned int :ref:`refresh`; unsigned int :ref:`retry`; unsigned int :ref:`expire`; unsigned int :ref:`minimum`; }; .. _details-structtapi__dns__zone__file__rr__soa: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Describe ``RDATA`` field of resource record of ``SOA`` type. Fields ------ .. index:: pair: variable; primary_name_server .. _doxid-structtapi__dns__zone__file__rr__soa_1a91a85301e17ad76ee47448e81685cead: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* primary_name_server The domain name of the name server that was the original or primary source of data for this zone. .. index:: pair: variable; hostmaster_email .. _doxid-structtapi__dns__zone__file__rr__soa_1a21938c1612dd53f43a90b2004efabfc5: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* hostmaster_email A domain name which specifies the mailbox of the person responsible for this zone. .. index:: pair: variable; serial .. _doxid-structtapi__dns__zone__file__rr__soa_1aef16cfde46193a98ae01526591dae6ce: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int serial Version number of the original copy of the zone. .. index:: pair: variable; refresh .. _doxid-structtapi__dns__zone__file__rr__soa_1ab88dafec7db41688d679bf902d62e0a3: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int refresh Time interval before the zone should be refreshed. .. index:: pair: variable; retry .. _doxid-structtapi__dns__zone__file__rr__soa_1aa83e11c176a8d574f6f8b4930f2760ac: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int retry Time interval that should elapse before a failed refresh should be retried. .. index:: pair: variable; expire .. _doxid-structtapi__dns__zone__file__rr__soa_1a51303150dfad0d355e51820c5e7dc8e9: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int expire Time value that specifies the upper limit on the time interval that can elapse before the zone is no longer authoritative. .. index:: pair: variable; minimum .. _doxid-structtapi__dns__zone__file__rr__soa_1a77ab29b66713261f851e0df90cbd7a3d: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int minimum Minimum TTL field that should be exported with any RR from this zone.