Ovh\Dedicated\Server\Server::getNetworkSpecifications PHP Method

getNetworkSpecifications() public method

@ returns object containing network params
    public function getNetworkSpecifications()
    {
        return json_decode(self::getClient()->getNetworkSpecifications($this->getDomain()));
    }