Ovh\Dedicated\Server\Server::getBoot PHP Méthode

getBoot() public méthode

public getBoot ( ) : mixed
Résultat mixed
    public function getBoot()
    {
        return json_decode(self::getClient()->getBoot($this->getDomain()));
    }