:orphan: .. index:: pair: struct; tapi_dns_zone_file_rr .. _doxid-structtapi__dns__zone__file__rr: struct tapi_dns_zone_file_rr ============================ .. toctree:: :hidden: Overview ~~~~~~~~ Analog of resource record in zone file. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_dns_zone_file_rr { // fields const char* :ref:`owner`; :ref:`tapi_dns_zone_file_rr_class` :ref:`class`; :ref:`tapi_job_opt_uint_t` :ref:`ttl`; :ref:`tapi_dns_zone_file_rr_data` :ref:`rdata`; }; .. _details-structtapi__dns__zone__file__rr: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Analog of resource record in zone file. Fields ------ .. index:: pair: variable; owner .. _doxid-structtapi__dns__zone__file__rr_1aca1f4faea2e0a432e8dd5d3974837523: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* owner The domain name where the RR is found. .. index:: pair: variable; class .. _doxid-structtapi__dns__zone__file__rr_1a23aff9b77052b8dc250f29c4615a5036: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_dns_zone_file_rr_class` class Protocol family or instance of a protocol. .. index:: pair: variable; ttl .. _doxid-structtapi__dns__zone__file__rr_1a8568584d226d447a531a0c2b11224def: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_opt_uint_t` ttl Time to live of the RR. .. index:: pair: variable; rdata .. _doxid-structtapi__dns__zone__file__rr_1ac80b475e742a4dc8f5b38faee9873b90: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_dns_zone_file_rr_data` rdata Pair of type of the resource in RR and corresponding resource data.