Ovh\Dedicated\Server\Server::getBootProperties PHP Method

getBootProperties() public method

public getBootProperties ( $bootId )
$bootId
    public function getBootProperties($bootId)
    {
        return json_decode(self::getClient()->getBootProperties($this->getDomain(), $bootId));
    }