interface DomainRecordWeightedConfigWeightedIP {
    ip: string;
    weight: number;
}

Properties

Properties

ip: string
weight: number