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

getIps() 공개 메소드

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