Ovh\Dedicated\Server\Server::getNetworkSpecifications PHP 메소드

getNetworkSpecifications() 공개 메소드

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