enum tapi_dns_zone_file_rr_type

Overview

Possible types of resource record in zone file. More…

#include <tapi_dns_zone_file.h>

enum tapi_dns_zone_file_rr_type {
    TAPI_DNS_ZONE_FILE_RRT_A,
    TAPI_DNS_ZONE_FILE_RRT_CNAME,
    TAPI_DNS_ZONE_FILE_RRT_HINFO,
    TAPI_DNS_ZONE_FILE_RRT_MX,
    TAPI_DNS_ZONE_FILE_RRT_NS,
    TAPI_DNS_ZONE_FILE_RRT_PTR,
    TAPI_DNS_ZONE_FILE_RRT_SOA,
    TAPI_DNS_ZONE_FILE_RRT_AAAA,
};

Detailed Documentation

Possible types of resource record in zone file.

Enum Values

TAPI_DNS_ZONE_FILE_RRT_A

Host name address.

TAPI_DNS_ZONE_FILE_RRT_CNAME

Canonical name of an alias.

TAPI_DNS_ZONE_FILE_RRT_HINFO

CPU and OS used by a host.

TAPI_DNS_ZONE_FILE_RRT_MX

Mail exchange for the domain.

TAPI_DNS_ZONE_FILE_RRT_NS

Authoritative name server for the domain.

TAPI_DNS_ZONE_FILE_RRT_PTR

Pointer to another part of the domain name space.

TAPI_DNS_ZONE_FILE_RRT_SOA

Start of a zone of authority.

TAPI_DNS_ZONE_FILE_RRT_AAAA

IPv6 address.