Ovh\Dedicated\Server\Server::getIps PHP Method

getIps() public method

Get IPS
public getIps ( ) : array
return array of strings
    public function getIps()
    {
        return json_decode(self::getClient()->getIps($this->getDomain()));
    }