interface Nameserver {
    hostname: string;
    isDefault: boolean;
    status: NameserverStatus;
}

Properties

hostname: string

Hostname of the nameserver.

isDefault: boolean

Defines whether the nameserver is the default one.

Status of the nameserver.