Package version:

Interface ARecord

An A record.

interface ARecord {
    ipv4Address?: string;
}

Properties

Properties

ipv4Address?: string

The IPv4 address of this A record.