Home > @hapoosjs/api-common > DNSRecord

DNSRecord class

DNS record entry such as CNAME, TXT, etc.

Signature:

export declare class DNSRecord 

Constructors

Constructor Modifiers Description
(constructor)(name, type, value) Creates a new DNS record specification

Properties

Property Modifiers Type Description
name string Domain name
type string Record type, e.g. TXT, A
value string Record value