ovh\Cloud\Cloud::postInstanceReboot PHP Метод

postInstanceReboot() публичный Метод

POST Reboot Instance POST /cloud/project/{serviceName}/instance/{instanceId}/reboot
public postInstanceReboot ( $idInstance, $type )
    public function postInstanceReboot($idInstance, $type)
    {
        return json_decode(self::getClient()->postInstanceReboot($this->passport, $idInstance, $type));
    }