Ovh\Dedicated\Server\Server::getSecondaryDnsServerInfo PHP Метод

getSecondaryDnsServerInfo() публичный Метод

Get info about secondary DNS server of $domain2getInfo
public getSecondaryDnsServerInfo ( $domain2getInfo ) : array
$domain2getInfo
Результат array
    public function getSecondaryDnsServerInfo($domain2getInfo)
    {
        return json_decode(self::getClient()->getSecondaryDnsServerInfo($this->getDomain(), $domain2getInfo));
    }