struct tapi_dns_zone_file_rr

Overview

Analog of resource record in zone file. More…

#include <tapi_dns_zone_file.h>

struct tapi_dns_zone_file_rr {
    // fields

    const char* owner;
    tapi_dns_zone_file_rr_class class;
    tapi_job_opt_uint_t ttl;
    tapi_dns_zone_file_rr_data rdata;
};

Detailed Documentation

Analog of resource record in zone file.

Fields

const char* owner

The domain name where the RR is found.

tapi_dns_zone_file_rr_class class

Protocol family or instance of a protocol.

tapi_job_opt_uint_t ttl

Time to live of the RR.

tapi_dns_zone_file_rr_data rdata

Pair of type of the resource in RR and corresponding resource data.